python if语句显示错误[关闭]

Posted

技术标签:

【中文标题】python if语句显示错误[关闭]【英文标题】:python if statement shows errors [closed] 【发布时间】:2018-08-25 18:26:06 【问题描述】:

请帮助我,我无法找到我的 python 代码显示错误的原因

if (temp == "")

错误是:

if (temp == "")
                  ^
SyntaxError: invalid syntax

【问题讨论】:

Python : What is the purpose of a colon in an if statement?的可能重复 【参考方案1】:

您缺少:。改成if temp == "":

【讨论】:

以上是关于python if语句显示错误[关闭]的主要内容,如果未能解决你的问题,请参考以下文章

转换器练习:跳过 if 和 else if 语句 [关闭]

从 SQL 表获取的数组中的单个 IF 语句与多个 IF 语句 [关闭]

if语句中的ERRORLEVEL无法正常工作[关闭]

NVIDIA Cuda if 语句 [关闭]

python基础--if条件语句

在 Python 中映射 if 语句