0
I always get an error that says ' expected an indented block' in a noob can somebody pls help me? Python 3 beginner
2 Respostas
+ 1
Post your code
+ 1
there may be two reson
1. you may be missing a ':' after a if,while, function,class,etc.
2.you may not be giving four spaces inside an if,while, function,class,etc.