Missing parentheses in call to ‘print&’raw_input’ is not defined

Posted hztjiayou

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Missing parentheses in call to ‘print&’raw_input’ is not defined相关的知识,希望对你有一定的参考价值。

对于 出现Missing parentheses in call to ‘print’和’raw_input’ is not defined问题的解决

在学习Python的过程中,我安装的是最新版本3.6

以前因为感兴趣对Python对Python的学习是基于2.0版本的,这次换成3.0版本的,出现了出现Missing parentheses in call to ‘print’和’raw_input’ is not defined问题

print‘hello world’
出现错误SyntaxError: Missing parentheses in call to ‘print’
后改成print(‘hello world’)可正确输出

原来python从3.0后将print变为一个函数,所以需要加上括号,从那时开始,我就发觉,python学习过程中,肯定还会有好多版本问题,今天又遇到一个

NameError: name ‘raw_input’ is not defined

后来发现,3.0以后把raw_input变成了input,一步一步来,总有搞定的一刻,期待!


作者:Abrid_yd
来源:CSDN
原文:https://blog.csdn.net/huyr_123/article/details/77005954








以上是关于Missing parentheses in call to ‘print&’raw_input’ is not defined的主要内容,如果未能解决你的问题,请参考以下文章

SyntaxError: Missing parentheses in call to ‘print‘. Did you mean print(...)?

解决python 提示 SyntaxError: Missing parentheses in call to 'print'

Missing parentheses in call to ‘print&’raw_input’ is not defined

VUE---Missing space before function parentheses

VS Code 格式化后 eslint报错,Missing space before function parentheses

suggest parentheses around comparison in operand of &|