Keyword If Statements [closed]

The wording of your question is difficult to understand, but I think this hint is what you are trying to figure out:

if <some condition goes here>:
    <statements to execute if the statement is true>
<something goes here>:
    <statements to execute if the statement is false>

What word goes in place of <something goes here>?

Leave a Comment