Someone can help me. For the programming I make the code and then I have the: test_your_code.exercise_1(book) and got this error message: NameError Traceback (most recent call last)
Cell In [1], line 2
1 # Test your code!
----> 2 test_your_code.exercise_1(book)
NameError: name ‘test_your_code’ is not defined
Thanks a lot
Please make sure you are running all of the cells from top to bottom sequentially. This is especially important to do when you re-open the assignment (you have to run them every time). This will ensure that you are importing the test_your_code module.
need help keep having this message error: KeyError Traceback (most recent call last)
Cell In [33], line 2
1 # Test your code!
----> 2 test_your_code.exercise_3()