On Thu, Aug 11, 2016 at 1:15 PM Pallab Amway <[email protected]> wrote:
> expected an indented block
>
if-statements must have an indented block of code. For example:
```
if age < 12:
print('You are a child')
```
_______________________________________________
Tutor maillist - [email protected]
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
