현재 파일의 전체 경로를 확인하려면 os 모듈을 사용하십시오. 예를 들어 >>> import os >>> print(os.path.realpath(__file__)) /home/ayush/qna/path.py