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 Booleans

I have no clue what I am meant to do, I don't see any question?

this booleans.py 'questions' have me confused, I have no clue what I am meant to do next as I don't see any question.

booleans.py

1 Answer

Jonathan Grieve
MOD
Jonathan Grieve
Treehouse Moderator 91,252 Points

In this challenge you need to provide 2 variables and values.

By now you'll have been introduced to the concept of values that are "truthy" or "falsy". Basically a falsey value is any value that evaluates to zero.

Do you know about booleans yet? That's the filename in your code challenge giving you a clue as to the values it is expecting.

In Booleans, what is a "truthy" value and what could be a "falsey" value?