Python 常用术语
如果只有一条语句要执行,则可以将其与if语句放在同一行。
例如:
一行if语句:
if a > b: print("a 大于 b")
相关文档:
Python 条件语句(If else)教程
Python If条件语句
Python If语句缩进
Python if条件语句中elif
Python if条件语句中else
Python 简写 If 语句
Python 简写 If else 语句
Python if条件中的and
Python if条件中的or
Python If条件嵌套
Python if条件语句中使用pass