Python Programming - Conditional Statements - Discussion

Discussion Forum : Conditional Statements - General Questions (Q.No. 30)
30.
What does the elif statement stand for?
Else If
End Loop If
Execute Last If
Exit Loop If
Answer: Option
Explanation:
The elif statement is short for "else if" and is used to check additional conditions after the initial if statement.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.