AI Python for Beginners Module 2 Book Tracker

When creating a post, please add:

  • Module # must be added in the tags option of the post. (ex: Module-1)
  • Link to the classroom item you are referring to:Module-2 programming assignment.
  • All the test passed in the programming assignment. but the grading comes back with a zero and that a Var has been defined multiple time or not unique. I have commented out the Var, and the tests passed, so what else could be wrong?

Hi @ashsampath

Maybe if you find that a variable has been defined multiple times or is not unique, ensure that each variable is defined only once.
You should use the variable definitions from previous exercises in the following ones. For example, the variable “book” is defined only in Exercise One but is used multiple times afterward.