Skip to content

Instantly share code, notes, and snippets.

@KatagiriSo
Created October 22, 2020 11:30
Show Gist options
  • Save KatagiriSo/826dace89460c94346e63d1bf23f78fe to your computer and use it in GitHub Desktop.
Save KatagiriSo/826dace89460c94346e63d1bf23f78fe to your computer and use it in GitHub Desktop.
ファイル作成
import os
path = "./hogehoge.txt"
with open(path, mode="w") as f:
f.write("a")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment