Répertoire Corrente Python

# Individuazione della directory corrente con getcwd()
>>> import os
>>> os.getcwd()
'C:\\Python'

@ncl.a
Nickton