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 trialAdrian Barboiu
2,814 Points05: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
1 Answer
azeem arshad
Python Web Development Techdegree Student 201 PointsThe 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.
lynda lopez
189 Pointslynda lopez
189 Pointsyes 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.