+ 4
When coding at python, what does it mean when "expected an indented block" error occur?
3 Respostas
+ 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
+ 7
oh I understand now. Thanks