In Python, rename() method is used to rename a file or directory. It takes two arguments. os.rename(src, dst)
確定! 回上一頁