On Thu, Aug 11, 2016 at 1:15 PM Pallab Amway <pallabam...@gmail.com> 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  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to