0
It can't run why? Is there any one to help.me?
5 ответов
+ 5
Daniel Mulugeta notice the error message says "Syntax error: invalid non-printable character...".
Often when you paste into Sololearn from some other text source, that happens. Look at the line number in the error message. Go to that line and delete and retype the blank spaces. Run it again, and you'll see the message now shows a different line. It comes down to this: delete and retype ALL the blank spaces.
+ 2
Ok i was write the code on Python compiler i got u so there is a problem when copy from other sources ###🙄
+ 2
Rain the problem often happens to me when I compose in a scratchpad on my phone and copy/paste from there.
+ 1
Daniel Mulugeta ,
Unicode \u00A0 is a non-breaking space. That's usually used in desktop publishing and stuff. Not sure how it could have gotten into some code unless you copied the code from an html page and somebody used it to help control the layout.
+ 1
It because of the IndentationError , a non printable space or character in you code