错误记录Mac 中 IntelliJ IDEA 运行 Python 程序报错 ( End of statement expected )

Posted 韩曙亮

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了错误记录Mac 中 IntelliJ IDEA 运行 Python 程序报错 ( End of statement expected )相关的知识,希望对你有一定的参考价值。





一、报错信息



将 Python SDK 从 Python 2.7 升级为 Python3.10 后 , 报如下报错 ;





二、解决方案



        print "command"
        print command

修改为

        print ("command")
        print (command)

上述报错解决 ;

以上是关于错误记录Mac 中 IntelliJ IDEA 运行 Python 程序报错 ( End of statement expected )的主要内容,如果未能解决你的问题,请参考以下文章

错误记录Mac 中 IntelliJ IDEA 运行 Python 程序报错 ( No module named ‘threadpool‘ )

错误记录Mac 中 IntelliJ IDEA 运行 Python 程序报错 ( End of statement expected )

错误记录Mac 中 IntelliJ IDEA 运行 Python 程序报错 ( pip 21.0 will drop support for Python 2.7 in January 20 )(代

IntelliJ IDEA在mac系统import project找不到隐藏目录的解决办法

IntelliJ IDEA在mac系统import project找不到隐藏目录的解决办法

IntelliJ IDEA for Mac 快捷键整理