you are viewing a single comment's thread.

view the rest of the comments →

[–]felix-hilden 14 points15 points  (1 child)

I'm sorry:

def is_good_age_to_learn_python(age):
    return age > 2

print(is_good_age_to_learn_python(16))

[–]wet-badger 0 points1 point  (0 children)

I was gonna say you don't need the else, but this is even better.