What am I doing wrong here in jupyter notebook:
color1 = “blue”
color1
NameError Traceback (most recent call last)
in
----> 1 color1
NameError: name ‘color1’ is not defined
What am I doing wrong here in jupyter notebook:
NameError Traceback (most recent call last)
in
----> 1 color1
NameError: name ‘color1’ is not defined