Hi,
Seems that this project may be relatively new, but I’m not sure what i’m doing wrong. I even looked at the solutions jupyter notebook and copy pasted the exact same answers I was giving, but I’m receiving the same error below for task #3 despite already defining it in task #1. What am I doing wrong?
NameError Traceback (most recent call last)
in
----> 1 paintings = list(zip(paintings, dates))
2 print (paintings)
NameError: name ‘paintings’ is not defined
Any help or guidance would be greatly appreciated!