chdir() function (remember, you have to import the os module first). os.chdir(path). Example 1. import os os.chdir("/etc") print(os ...
確定! 回上一頁