Python if 关键字
定义和用法
The if
关键字用于创建条件语句(if 语句),并允许您仅在条件为 True 时执行代码块。
使用 else
关键字在条件为 False 时执行代码,请参阅下面的示例。
更多示例
相关页面
The else
关键字。
The elif
关键字。
在我们的 Python 条件教程 中了解更多关于条件语句的信息。
The if
关键字用于创建条件语句(if 语句),并允许您仅在条件为 True 时执行代码块。
使用 else
关键字在条件为 False 时执行代码,请参阅下面的示例。
The else
关键字。
The elif
关键字。
在我们的 Python 条件教程 中了解更多关于条件语句的信息。
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]