我刚刚开始使用python3.3。外壳看起来像这样:
Python 3.3.2 (v3.3.2:d047928ae3f6, May 16 2013, 00:06:53) [MSC v.1600 64 bit (AMD64)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> print ("hello world")
它打印 hello world correclty,但在命令行中显示第 1 行错误(即 Python 3.3.2 (v3.3.2:d047928ae3f6, May 16 2013, 00:06:53) [MSC v.1600 64 bit (AMD64) ] 在 win32 上)将其声明为语法错误。
问题是什么??