>>> print "hello" SyntaxError: Missing parentheses in call to 'print' 我来答 可选中1个或多个下面的关键词,搜索相关资料。也可直接点“搜索资料”搜索整个问题。 print hello syntaxerror missing parentheses 搜索资料 1个回答 #热议# 上班途中天气原因受伤算工伤吗? 天雨下凡 2017-04-21 · 知道合伙人教育行家 天雨下凡 知道合伙人教育行家 采纳数:17564 获赞数:65154 爱电脑、爱数学、爱音乐; 熟悉VB、C/C++、JAVA; EXCEL与VBA有所研究…… 数学,一些会,一些被忘却…… 向TA提问 私信TA 关注 展开全部 错误原因说你的函数print缺省圆括号,可以知道你用的python是3.x版本3.x版本的python,print中的参数要用圆括号括起来,改成:print("hello") 已赞过 已踩过< 你对这个回答的评价是? 评论 收起 推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询 其他类似问题 2017-06-30 python小问题 Missing parentheses in call 14 2018-03-30 python运行。py的文件时会出现missing parentheses is call to 'print' 2019-10-19 出现missing parentheses is call to 'print'怎么解决? 2 2018-03-13 python >>>print("Hello World") 语法错误 23 2017-08-22 python中的错误问题,怎么解决 2018-02-27 python print>>语句 报错!!!! 85 2013-04-15 python的问题,求解释! 1 2018-03-20 python>>> print 'hello world' SyntaxError: invalid syntax 46 更多类似问题 > 为你推荐: