eunzae's develog

[Python] 현재 경로 출력하기 본문

Language/Python

[Python] 현재 경로 출력하기

eunzae 2022. 8. 18. 11:06
>>> import os
>>> os.getcwd()
'C:\\Anaconda3\\Lib\\idlelib'
>>>