Also, we can store the current working directory in a variable instead of printing it straight away. import os cwd = os.getcwd() print(cwd). Change Working ...
確定! 回上一頁