To find the current working directory in Python, use os.getcwd(), and to change the current working directory, use os.chdir(path).
確定! 回上一頁