I’m receiving a NameError per below. I’ve run the Import code at the start of the assignment. I’ve re-written the book_title code line a number of times to make sure I don’t have some hidden syntax error. I can’t figure it out. Is this an Import problem?
NameError Traceback (most recent call last)
Cell In [9], line 2
1 # Test your code!
----> 2 test_your_code.exercise_1a(book_title, author, year_published, available_copies)
NameError: name ‘book_title’ is not defined