Q. State any two difference between if-if-if and if-elif-else statements in python.
Answers
Answered by
0
Answer:
Surprise!!
Explanation:
The if statement give only one answer true or false whereas the if...else statement provide a two-way brancing in a program. The First set of commands is indented under the 'if' statement and the second set under the 'else' statement.
Similar questions