pull/2/head
jaysunxiao 2022-06-16 21:26:01 +08:00
parent 86abcc3da5
commit 4f8f791ab7
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ else:
``` ```
if (condition1): if (condition1):
当条件 1 为 true 时执行的代码 当条件 1 为 true 时执行的代码
else if (condition2): elif (condition2):
当条件 2 为 true 时执行的代码 当条件 2 为 true 时执行的代码
else: else:
当条件 1 和 条件 2 都不为 true 时执行的代码 当条件 1 和 条件 2 都不为 true 时执行的代码