Get Current Directory

import os
current_directory = os.getcwd()
>>> C:/User/Uomo/esempio

N.B.: Ritorna il percorso assoluto (non il relativo)