Comment vérifier dans quel répertoire Python en cours d'exécution
import os
cwd = os.getcwd()
Happy Hawk
import os
cwd = os.getcwd()
import os
#Get Current working Directory
currentDirectory = os.getcwd()
#Change the Current working Directory
os.chdir('/home/varun')