How do I Change Directory (cd) in Pythonimport osos.getcwd()os.chdir('..')os.getcwd()os.chdir('dirname ...
確定! 回上一頁