python3 __file__

code

import os

print(__file__)
print(os.path.dirname(__file__))
print(os.path.abspath(__file__))

 

 

 

 

 

posted @ 2020-12-24 17:46  anobscureretreat  阅读(150)  评论(0编辑  收藏  举报