if 语句
通过 if 语句控制程序的执行路径。
根据判断条件选择应当执行的代码。
在线运行演示代码
参考教程
score = 63 if score >= 60: print('You passed!')