Получите полный путь документа
#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())