Answer the question
In order to leave comments, you need to log in
Why do we need a check or truth in python?
The crux of the matter is as follows. I'm going through a chapter in python where compound statements like if, elif, while, etc. are studied. I understand how everything happens, I understand that if true, the value of if will be given to me, if not, then there will be the value of Elif, etc.
if <test1>:
<statements1>
elif <test2>
<statements2>
Answer the question
In order to leave comments, you need to log in
How it all happens I understand, I understand
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question