+ 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

31st Jan 2018, 5:17 PM
[No Name]
[No Name] - avatar
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
31st Jan 2018, 5:55 PM
michal