Python

Python ファイルをリネームする

import os

os.rename("hoge.txt", "fuga.txt")  # hoge.txt が fuga.txtにリネームされる