Chapter 7: Comprehension Questions
- What is the benefit of using variables instead of literals?
- What is the difference between a variable and an identifier?
- Why is it important to use descriptive variable names?
- How is an operator in Python different than an operand?
- What is a binary operator?
- What do we call a variable that we can access outside of a function?