from pathlib import Path in_file_1 = Path.cwd() / "in" ... to the os.path method of joining the current working directory (using Path.cwd() ) ...
確定! 回上一頁