chemin d'emplacement du fichier python
import os
print('getcwd: ', os.getcwd())
print('__file__: ', __file__)
Shoshy The Coder
import os
print('getcwd: ', os.getcwd())
print('__file__: ', __file__)