+ 1
How can I fix all these errors in the code
I'm trying to solve the highest palindromic number problem in project euler. https://code.sololearn.com/cxopWLDzCZYc/?ref=app
3 odpowiedzi
+ 3
I've correct your errors, this is your code corrected.
https://code.sololearn.com/ceK5zH8wnr5C/?ref=app
Thank you because it was a good exercise!!
+ 2
Thanks guys
+ 1
Is it okay if you take the input as string opposed to a number? or are you obliged to take the input as number?