且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

无法运行python脚本

更新时间:1970-01-01 07:59:30

As print 是python 3中的函数,您需要将字符串放在括号中。 https://docs.python.org/3.0/whatsnew /3.0.html#print-is-function

As print is function in python 3 you need to put your string in parenthesis. https://docs.python.org/3.0/whatsnew/3.0.html#print-is-a-function

>>> print ("Finding objects larger than kB\u2026")
Finding objects larger than kB…