. Explain concepts of if else if else statement.
Answers
Answered by
0
Answer:
same in all languages-
me python
if-else used where your ouput depents on a condition . like if : she is cute
print ("dash")
else : (means if she is not cute then this will be printed)
print("anything")
and more. elif is used when you not want so much if-else trash!
Hope it helps mark!
Similar questions