Wrap up
Estimated time: 5 minutes
Summary
if
statements let us write code that makes decisions- We can use comparison operators like
==
,<
,>
to compare values and getTrue
orFalse
elif
andelse
blocks let us handle more complicated branching situations- We can combine booleans expressions with
and
,or
, andnot
How was this lesson?
Feedback is a gift! We use your feedback to improve our lessons for future students. Thank you!