파이썬으로 파일을 불러오는데 있어서 pathlib은 중요하다. 나는 항상 from pathlib import Path dir_folder = Path('file path') file1 = dir_folder ...
確定! 回上一頁