목차 1 개요 2 같이 보기 3 참고 개요 Python getcwd() 파이썬 getcwd() import os cwd = os.getcwd() print( cwd ) # /root 같이 보기 Python os 함수 getcwd() 참고 https://www.tutorialspoint.com/python/os_getcwd.htm