+ 1
Why error in this code
If 10 > 5: print("10 greater than 5") print("proga ended")
6 Answers
+ 4
Wow. I never knew spaces need only be consistant. For years I thought it had to be 4
+ 3
Your second line has too many spaces. It needs 4
+ 2
The only error is that "If" is capitalized. The amount of spaces you use doesn't matter as long as it is consistent. You can use four spaces, twelve spaces, one space, one tab, two tabs, ...
+ 1
What is the error? And please be more clear with your questions. You should post the error you are getting, the language you are using, and what the expected output is.
https://www.sololearn.com/discuss/1316935/?ref=app
0
Thx
0
Thx



