프로그래밍 언어/Python

Python_저장 경로 확인

OHSAYU 2022. 8. 17. 15:07

 Python 저장 경로 확인

# 1
import os
path = os.getcwd()
print(path)
# 2
import sys
sys.path