Reading assignment

Readings in the "Think Python 2e" book for CIS 40

Unit 6 - Selection

Chapter 5 Conditionals and recursion
5.2 Boolean Expressions
5.3 Logical operators
5.4 Conditional execution
5.5 Alternative execution
5.6 Chained conditionals
5.7 Nested conditionals
5.12 Debugging

Chapter 14 Files
14.5 Catching exceptions