Caminho de localização do arquivo python
import os
print('getcwd: ', os.getcwd())
print('__file__: ', __file__)
Shoshy The Coder
import os
print('getcwd: ', os.getcwd())
print('__file__: ', __file__)