>>> 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
时间: 2024-10-14 01:03:43
>>> 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