Changing your working directory is easy with the chdir() method, which takes exactly one argument – the path to the new location as a string. import os # Get ...
確定! 回上一頁