Source: https://www.learnpython.org/en/Modules_and_Packages
Examples on this page throw the following error when you press the Run button:
Traceback (most recent call last): File "<stdin>", line 3, in <module> import draw ImportError: No module named 'draw'