>>> import os >>> os.getcwd() 'C:Python34' >>> os.chdir('C:WindowsSystem32') >>> os.getcwd() 'C:WindowsSystem32'