chdir function and get the current CWD with the Path.cwd function. For instance, we can write: from pathlib import Path import os print(Path.cwd ...
確定! 回上一頁