- 1
Who can't stand indentation error on python?
Stupid problem
2 Respuestas
+ 5
? In what code? And if you don't like the error in general, try indenting. Usually fixes it
+ 2
Indentation error is just the first error you'll see when you start to learn python. Just always have it in mind that next line of code after conditional statement always require an indent (if,else,elif,for) or the easy trick I use then is "indent after a colon".
Hope this will be helpful cause I don't understand the question