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 Types and Branching Booleans

Adrian Barboiu
Adrian Barboiu
2,814 Points

05:47 correction

So i think he should say: So we have a True and a False, that should be False. I think many people would be confused, i was for sure. :D

yes i was confused but as i took notes i didn't get lost. but yes he should say it in order ...True and False is False.

1 Answer

The simple and easy way to tell you how "and" "or" will work. "and" will like to work with the "False".

"or" will like to take the "True" side.

when both values like "True" and "True" are same then the REPL make the justice and the Answer was "True"

hope now you understand.