📅  最后修改于: 2022-03-11 14:46:59.186000             🧑  作者: Mango
import os
#Get Current working Directory
currentDirectory = os.getcwd()
#Change the Current working Directory
os.chdir('/home/varun')