+ 1
Need help
Can someone help me here. please add comment in what dis you do. Thanks https://code.sololearn.com/cJul1bT1nvMV/?ref=app
3 Answers
+ 4
When you run code, see errors in output.. It shows where those invisible characters as error : invisible character stray \302 . If you open code in web version, you can see in "red colored".
+ 2
Your code has invalid character as invisible spaces.. (you can see error showing as stray \302). You need to remove all those from code and replace proper spaces.. May happens you copied this from any net source..!!
+ 1
Jayakrishnađźđł
I'm trying to solve it here didn't expect those invisible spaces.
Btw how can I know if there's invisible spaces?
Thank you