SLIDE 1
Motivation
- This series introduces the concept of variables
§ Very powerful programming concept § Necessary for more complex Python features
- But variables can be tricky to work with
§ With expressions, we got a value right away § A lot of variable features happen invisibly
- This can lead to lot of frustration