发布时间:2019-09-08 09:12:35编辑:auto阅读(2004)
>>> print 'hello world' SyntaxError: invalid syntax
在3.3.2版本中print函数改了用法,改为print ('hello world')了。
>>> print ('hello world')
hello world
上一篇: [python] 解决OSError:
下一篇: Python 中的 pdb 模块
51345
50807
41400
38199
32690
29582
28415
23298
23257
21588
1665°
2399°
2006°
1940°
2272°
1972°
2676°
4475°
4305°
3069°