27th May 2017, 1:10 PM
Raghoottam Katti
Raghoottam Katti - avatar
5 Réponses
+ 1
Well, the original input is not preserved anywhere. So the output you see is a result of comparing Reversed with 0 for equality.
27th May 2017, 7:26 PM
Venkatesh Pitta
Venkatesh Pitta - avatar
+ 1
else is missing the : and reverse is not the same as Reverse. Python is case sensitive.
27th May 2017, 1:18 PM
Venkatesh Pitta
Venkatesh Pitta - avatar
0
thanq..but not executing :-(
27th May 2017, 1:34 PM
Raghoottam Katti
Raghoottam Katti - avatar
0
I made some edits to remove the syntax errors. Look at https://code.sololearn.com/cbRhFmeI00F0 for reference. The output looks incorrect. Returns not a palindrome for 55.
27th May 2017, 1:58 PM
Venkatesh Pitta
Venkatesh Pitta - avatar
0
not palindrome is the output for 101
27th May 2017, 4:25 PM
Raghoottam Katti
Raghoottam Katti - avatar