+ 2
Why doesn't it run?
I'm trying to get user to input a number and display it. https://code.sololearn.com/cdQldgQ79Fo6/?ref=app
1 Answer
+ 4
the problem is that you use non-breaking spaces (unicode U+00A0) - special characters - for indentation instead of normal spaces and the compiler considers them as illegal characters
rewrite them with normal spaces