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

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to