========刚完成安装,打印hellworld也错=======解决思路
刚完成安装,打印hellworld也错安装的是python-3.2.3.amd64.msi,windows7系统。启动IDLE输入
========刚完成安装,打印hellworld也错=======
安装的是python-3.2.3.amd64.msi,windows7系统。
启动IDLE
输入
>>> print "hello,world"
结果:
SyntaxError: invalid syntax
[解决办法]py3.x打印:print('hello world')
了解3.x和2.x的区别:http://docs.python.org/release/3.0.1/whatsnew/3.0.html