파이썬

작업 디렉토리 확인 및 설정

김건우_Jonathan 2022. 11. 14. 14:16

import os

os.getcwd()

os.chdir("D:/data/")

 

 

저작자표시 (새창열림)