Codecademy Completion

This problem will be used for verifying that you have completed the Python course on http://www.codecademy.com/.

Here are the steps to do this verification:

  1. Go to the page on http://www.codecademy.com/ that shows your percent completion.
  2. Take a screen shot of that page.
  3. Name the file codecademy.png and upload it to this folder.
  4. Run the following cells to display the image in this notebook.

In [3]:
from IPython.display import Image

In [4]:
Image(filename='codecademy.png', width='100%')


Out[4]:

In [ ]:


In [ ]:


In [ ]: