Obtenez le chemin complet du document
#get full path of current folder
from pathlib import Path
print(Path.cwd())
Zany Zebra
#get full path of current folder
from pathlib import Path
print(Path.cwd())