码迷,mamicode.com
首页 > 编程语言 > 详细

python shell 下转换 路径

时间:2015-08-31 23:22:45      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:

>>> import os


>>>  os.chdir("F:\python")
 
  File "<pyshell#1>", line 1

    os.chdir("F:\python")
    ^
IndentationError: unexpected indent
>>> os.chdir
<built-in function chdir>

>>> os.chdir("F:\python")


>>> print os.getcwd()
F:\python

  

python shell 下转换 路径

标签:

原文地址:http://www.cnblogs.com/paullyblog/p/4774342.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!