0
[SOLVED] How do i correct an indentation error
2 Respuestas
+ 4
By fixing the wrong indentation.
Without seeing your code, it's impossible for us to tell what exactly the problem is.
But if you have trouble with indentation in general, you may try to read (not run) this tutorial here.
https://code.sololearn.com/cT5BRIbkia21/?ref=app
+ 2
Use tabs or spaces after the colon(:) to define a block of code.