It allows easy path and file manipulation: from pathlib import Path DATA_DIR = "data" if not ... import tarfile cwd = os.getcwd() os.chdir(DATA_DIR) try: f ...
確定! 回上一頁