So überprüfen Sie, welches Verzeichnis Python beim Laufen
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')