To rename directory in Python, import os library, call os.rename() function, and pass old directory path and new directory path as arguments.
確定! 回上一頁