[Tutor] flow problem with a exercise

Dave Angel davea at ieee.org
Thu Aug 19 22:40:59 CEST 2010


Roelof Wobben wrote:
> <snip>    
>
> def is_odd(argument):
>   uitkomst=is_even(argument)
> return uitkomst
>    
> <snip>
>  
>
>
>   
You forgot to indent the return statement to match the other 
statement(s) in the function.

DaveA



More information about the Tutor mailing list