cd /home
os.chdir("/home")
cd
os.chdir(os.path.expanduser('~'))
cd /home/hello
os.chdir("/home/hello")
ÿ