Imprimer le répertoire surrent Python

import os
cwd = os.getcwd()
Happy Hawk