
Tafadzwa Hagaai Munyukwi
324 PointsI 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.
1 Answer

Jonathan Grieve
Treehouse Moderator 79,456 PointsIn 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?