Before starting these problems, please read:
- Think Python, Chapter 2: Variables, Expressions, and Statements
- 6.01 Python Notes, Section 1: Getting Used to Python (PDF)
The problems in the table below are taken from the 6.01 Python Tutor, an interactive environment that is not available on OCW. Do not try to answer these questions in the PDF files; answers will not be checked, and cannot be submitted.
PROBLEM # | QUESTIONS |
---|---|
1.1.1 | Basic types (PDF) |
1.1.2 | Numeric expressions (PDF) |
1.1.3 | Relations and boolean expressions (PDF) |
1.1.4 | Mixed-type expressions (PDF) |
1.2.1 | Variable binding (PDF) |