Lecture: Conditionals
Slides
A PDF file of the lecture slides handout on Conditionals.
Readings
- Think Python, Sec. 5.4:
if
Statements - Think Python, Sec. 5.5:
else
Clause - Think Python, Sec. 5.6: Chained Conditionals
- Think Python, Sec. 5.7: Nested Conditionals
Code
Click on this lec07_conditionals.zip link to download the .zip
file to your computer. The unzipped folder contains the notebook for lecture activities.
Solutions (for after class)
Use these sample solutions for review only after you have completed the code exercises. You will learn much more by trying them first and comparing your approach with the solutions.