- 1
problem in my code give it a look
i made a program in python but in the if and else conditions only the else statement gets printed even if the condition is true. need help!!
2 Answers
+ 1
cast integer to a because input returns string. int(a) will do
0
Thanks cheez it worked!