Game of Thrones

Currently sitting in my sisters room watching Game Of Thrones.


In [1]:
print 'hello!'


hello!

In [3]:
print 'testing one two three!'


testing one two three!

In [4]:



---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-4-d4689310247a> in <module>()
----> 1 from imdb import IMDB

ImportError: No module named imdb

In [ ]: