gpt4 book ai didi

Python 代码有效,但 Eclipse 显示错误 - Syntax error while detecting tuple

转载 作者:太空狗 更新时间:2023-10-29 17:39:22 25 4
gpt4 key购买 nike

我是 python 新手。我在 Eclipse Kepler 中使用 Python 3.3。

这是我的代码片段:

f = Fibonacci(0,1)
for r in f.series():
if r > 100: break
print(r, end=' ')

print(r, end = '') 行,eclipse 报告了一个语法错误 - 检测元组时出现语法错误。但是,那程序完美运行。

为什么会发生这种情况以及如何修复错误?

最佳答案

您需要在 Eclipse 中指定正确的语法版本。看这里:print function in Python3

Grammar Version 3.3 在您的设置中吗?步骤 - 项目 > 属性 > Python 解释器/语法。您可能必须重新启动 Eclipse 才能看到更改。

关于Python 代码有效,但 Eclipse 显示错误 - Syntax error while detecting tuple,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22489084/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com