Reading assignment

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

Unit 3 - Variables, Expressions, and Input/Output

Chapter 2 Variables, expressions and statements
2.1 Assignment statements
2.2 Variable names
2.3 Expressions and statements
2.4 Script mode
2.5 Order of operations
2.6 String operations
2.7 Comments
2.8 Debugging
2.9 Glossary

Chapter 5 Conditionals and recursion
5.11 Keyboard input