Created
October 22, 2020 11:33
-
-
Save KatagiriSo/7cbbc54b77fd993d3ea645b5a3667ab7 to your computer and use it in GitHub Desktop.
ファイル名変更
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
path = "./hogehoge.txt" | |
distpath = "./hogehoge2.txt" | |
os.rename(path, distpath) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment