当前位置: 移动技术网 > IT编程>脚本编程>Python > SyntaxError: Missing parentheses in call to 'print

SyntaxError: Missing parentheses in call to 'print

2018年03月03日  | 移动技术网IT编程  | 我要评论

电子旅支卡爱汇网,琥珀歌,中国达人秀第一季总决赛

这个语法报错,意思是试图用python3.x来运行一个只用于python2.x版本的python代码。完整的错误代码是:
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(print "Added view permission for %s" % content_type.name)?

测试语句:
C:\Users\Administrator>python Python 3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:04:45) [MSC v.1900 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> print "hello" File "<stdin>", line 1 print "hello" ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("hello")? >>>

如对本文有疑问,请在下面进行留言讨论,广大热心网友会与你互动!! 点击进行留言回复

相关文章:

验证码:
移动技术网