My issue
Isn’t 0 greater than -10> So when it comes to if condition that should have been True
Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone
Isn’t 0 greater than -10> So when it comes to if condition that should have been True
Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone
@novice_05
Yes that is why it will print all three cozz all three are if conditions . It will check them one by one.
Okay. Thanks