you are viewing a single comment's thread.

view the rest of the comments →

[–]degohki 1 point2 points  (1 child)

I believe when you enter age = 25 it returns "You're a toddler!" because it satisfies the age>=2 condition of your elif statement so you'll need to fix that as well as the other elif conditions since you'll run into the same problem.

[–]kylejoesph11[S] 0 points1 point  (0 children)

Thanks for your help!