Computer Science, asked by shreyayelkapelli, 4 months ago

what is the difference between else and elif construct of if statement. Write the syntax​

Answers

Answered by satendrakumarmall197
0

Answer:

Oak, pine and deodar5fuydrttrreeeereeerry

Answered by nijalasiju
2

Answer:

The elif is short for else if. It allows us to check for multiple expressions. If the condition for if is False , it checks the condition of the next elif block and so on. If all the conditions are False , the body of else is executed.

Similar questions