0
Newb Syntax Error
Why am I getting syntax error on the n on line 6(n += -1)? https://code.sololearn.com/cEFLVf2xDYo4
3 Antworten
+ 2
Remove that starting bracket from int(input()).
also, your conditional statement's indentation doesn't look proper
+ 1
Michael Bucky Webb Yes & that's how it's suppose to be, cause if you are coming from any other languages then Python strictly cares about the indentations.
0
That worked, thanks! Does the indentation look better now?