Topics: Introduction to Python: knowledge, machines, objects, types, variables, bindings, IDEs
Lecture Notes
Readings
Ch 1, Ch 2.1–2.2
Finger Exercise Lecture 1
Assume 3 variables are already defined for you: a, b, and c. Create a variable called total that adds a and b then multiplies the result by c. Include a last line in your code to print the value: print(total)
6.100L Finger Exercises Lecture 1 Solutions
Problem Set 0
Recitation 1
Recitations were smaller sections that reviewed the previous lectures.