Python para llegar a casa

from pathlib import Path
print(Path.home())
Crowded Civet