180k views
19 votes
In an If condition, first an IF is required to test an initial expression. Optionally, we can also add additional ELIF statements to test additional expressions if the initial IF statement fails. Question: What statement can be used at the end of an IF condition to catch if all previous expressions fail

User Zordid
by
3.3k points

1 Answer

8 votes

Answer:

The block of code inside the if statement is executed is the condition evaluates to true.

Explanation:

User Ironzionlion
by
3.7k points