#can anyone help me ? (solved)

1 messages Β· Page 1 of 1 (latest)

pliant valley
#

I donot think i know what is even wrong πŸ™‚

daring shell
#

The errors are clear

#

Your indentation is wrong

pliant valley
daring shell
#

You need to fix the indentation on the lines the errors are pointing to

#

Line 31 uses spaces while the rest uses tabs (or vice versa)

#

Line 40 is highlighted because line 37 has a space that shouldn't be there

#

The if does not align with the elif

pliant valley