Python/gloss python if shorthand

来自菜鸟教程
跳转至:导航、​搜索

<languages />

Python Shorthandf如果

如果一行中的语句

如果只有一条语句要执行,则可以将其与if语句放在同一行。

一行if语句:

  if a > b: print("a is greater than b")