When coding at python, what does it mean when "expected an indented block" error occur? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

When coding at python, what does it mean when "expected an indented block" error occur?

16th Apr 2021, 7:27 AM
...
... - avatar
2 Answers
+ 8
The interpreter expected an indention some where so you might need to check the indention of the whole program or the indention of the line where the interpreter stopped interpreting the program
16th Apr 2021, 7:37 AM
Nshuti Alliance
Nshuti Alliance - avatar
+ 7
oh I understand now. Thanks
16th Apr 2021, 7:58 AM
...
... - avatar