SyntaxError: Missing parentheses in call to 'print'. Did you mean print("hello,world")?


Python 3.7.2rc1 (tags/v3.7.2rc1:75a402a217, Dec 11 2018, 23:05:39) [MSC v.1916 64 bit (AMD64)] on win32
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("hello,world")?

 

此错误是因为Python 3不支持“print "000";”这个写法了,已经给你说了,需要这样写:
Did you mean print("hello,world")?


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM