[Tutor] need help

Michael Selik michael.selik at gmail.com
Thu Aug 11 13:57:15 EDT 2016


On Thu, Aug 11, 2016 at 1:15 PM Pallab Amway <pallabamway at 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')
```


More information about the Tutor mailing list