-
Notifications
You must be signed in to change notification settings - Fork 2
Control Flow
Sally Steuterman edited this page Feb 21, 2024
·
1 revision
- The boolean data type and boolean expressions
- Logical operators (
>
,<
, etc.) and==
- Logical
and
andor
-
if / elif / else
statements - The difference between
for
andwhile
loops and when to use either loop
- Check with your program manager for any announcements!
- Q & A from the prep work and/or exercises.
- Check to see if there are any lingering questions for the prep work for the course on the Data and Variables chapter.
- Recommend walking through the exercises for booleans and conditionals and loops to
- Review the meaning of the truth tables for logical
and
and logicalor
. - Clarify with live coding examples:
- The difference between an
if / else if
block and two successiveif
blocks - Nested conditionals
- The difference between an
- There is no studio for today! Today is an open work day to help students catch up since there is so much coding content in the first four days to prepare for pandas.