If you want to move a file around in Python, the standard library gives you at least two options: os.rename() or shutil.move().
確定! 回上一頁