Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit (AMD64)] on win32

Type "help", "copyright", "credits" or "license" for more information.

>>> from cs1media import *

>>> img=create_picture(100,100,purple)

Traceback (most recent call last):

  File "<stdin>", line 1, in <module>

NameError: name 'purple' is not defined

>>> 씨발




pip,pillow 다 설치했는데 저 img=create_pictures(100,100,purple)에서 막히네


왜 안되는거냐?