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

Ján Pokorný
Ján Pokorný
1,031 Points

Well, this might something to do with me not being native speaker, because I don't really understand the question...

no details

conditions.py
admitted = None
if 

1 Answer

Aaron Nolan
Aaron Nolan
5,714 Points

So they are going to create a variable for you called age and you need to write an if statement that checks if the variable age contains a number that is greater than or equal to 13. If it is then you set the variable admitted to True.

If you need more clarification just ask! Happy coding :)