此问题在此处已有答案:
What does "SyntaxError: Missing parentheses in call to 'print'" mean in Python?(11个回答)
5年前关闭。
的数据
为什么我会在pycharm中得到这个错误(参见linting),说 *'End of statement expected'**?
此问题在此处已有答案:
What does "SyntaxError: Missing parentheses in call to 'print'" mean in Python?(11个回答)
5年前关闭。
的数据
为什么我会在pycharm中得到这个错误(参见linting),说 *'End of statement expected'**?
1条答案
按热度按时间eivgtgni1#
尝试在Python 3中使用括号打印,即
print(x)
而不是print x