Skip to content

Instantly share code, notes, and snippets.

@suganoo
Created September 7, 2017 02:17
Embed
What would you like to do?
pythonで空ファイルだけを作る
with open("test.txt","w"):pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment