代码:
http://hi.baidu.com/x1x1a919/blog/item/992b035026a6152e0df3e3e0.htmlC:\Users\sll>python
Python 3.2.2 (default, Sep 4 2011, 09:07:29) [
32
Type "help", "copyright", "credits" or "license
>>> cd C:\Users\sll\ip.py
File "<stdin>", line 1
cd C:\Users\sll\ip.py
^
SyntaxError: invalid syntax
>>> python ip.py
File "<stdin>", line 1
python ip.py
^
SyntaxError: invalid syntax