notebook.community
Edit and run
movies=["The",1973,"terry",91,["graham",["michael","Eric","terry"]]] print(movies)
In [12]: print(movies)
print(movies)
--------------------------------------------------------------------------- NameError Traceback (most recent call last) <ipython-input-12-743f3864ec10> in <module>() ----> 1 print(movies) NameError: name 'movies' is not defined
In [ ]: