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

Respuesta :

Answer:

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

Step-by-step explanation: