Problem in recursion | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Problem in recursion

https://code.sololearn.com/ce6oI01kn8AQ/?ref=app Can anyone tell me what is wrong with my code?

10th Feb 2021, 4:43 PM
HK Lite
HK Lite - avatar
2 Answers
+ 3
I think you might have copied this code from some where. While copying the code there are some hidden characters on line 53 after semicolon. Just remove spaces after semicolon in line 53 and keep as many spaces you want.
10th Feb 2021, 4:56 PM
Padala Vamsi
Padala Vamsi - avatar
+ 3
\U000000a0 is a space character used in html entities. So, if you have copied this code from webpage then obviously the error is with that 2 spaces after semicolon.
10th Feb 2021, 5:01 PM
Padala Vamsi
Padala Vamsi - avatar