Chapter 7: Comprehension Questions

  1. What is the benefit of using variables instead of literals?
  2. What is the difference between a variable and an identifier?
  3. Why is it important to use descriptive variable names?
  4. How is an operator in Python different than an operand?
  5. What is a binary operator?
  6. What do we call a variable that we can access outside of a function?