In boolean or operator it says if both arguments (statements) are correct then only it prints true. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

In boolean or operator it says if both arguments (statements) are correct then only it prints true.

1==1 ( which is true) how is 2==3 correct? As python is evaluating this entire argument true?

2nd Sep 2019, 7:01 AM
Dipanjan Basu
Dipanjan Basu - avatar
2 Answers
2nd Sep 2019, 7:43 AM
Sousou
Sousou - avatar
0
explain this to me then 1==1 and 2==3 result is false how? 1==1 is true but what about the second one it's false so how does the result be produce in this statement?
2nd Sep 2019, 9:32 AM
Dipanjan Basu
Dipanjan Basu - avatar