Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Python Basics (2015) Logic in Python Conditional Value

Russell Alson
PLUS
Russell Alson
Courses Plus Student 1,297 Points

Having a hard time following these instructions :/

Yeah I just need a little flu shot for the ignorants. Please help oh wise demi-gods!

conditions.py
admitted = None
if admitted >= 13
    True
Ibrahim Aldossrie
Ibrahim Aldossrie
4,150 Points

you have to check if age is bigger than or equal 13 not the variable 'admitted'

1 Answer