关键字如果声明

Ars*_*nii -5 python if-statement statements

如果if语句中的条件为false,那么将在套件之前执行什么关键字?

这个问题是我在Python中遇到困难的作业.我试图查看章节以获取信息.

Cod*_*ice 6

你的问题的措辞很难理解,但我认为这个暗示是你想要弄清楚的:

if <some condition goes here>:
    <statements to execute if the statement is true>
<something goes here>:
    <statements to execute if the statement is false>
Run Code Online (Sandbox Code Playgroud)

用什么词代替<something goes here>