Who can't stand indentation error on python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Who can't stand indentation error on python?

Stupid problem

16th Nov 2020, 8:53 PM
Ишханов Олег Андреевич
Ишханов Олег Андреевич - avatar
2 Answers
+ 5
? In what code? And if you don't like the error in general, try indenting. Usually fixes it
16th Nov 2020, 9:00 PM
Slick
Slick - avatar
+ 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
17th Nov 2020, 6:50 AM
Sudo
Sudo - avatar