You can rename a directory in Python by moving it using the shutil module. The shutil.move(src, dst) moves the directory from src to dst.
確定! 回上一頁