import os
os.getcwd()
'C:\\python34'
os.chdir('C:/HeadFirstPython/chapter3')

os.getcwd()

posted on 2016-09-26 14:29  aeiou  阅读(261)  评论(0)    收藏  举报