[Tutor] Quick question about definitions.

eryksun eryksun at gmail.com
Sat Nov 17 19:21:59 CET 2012


On Fri, Nov 16, 2012 at 12:28 PM, sillywilly98 <turner15429 at gmail.com> wrote:
>
> I know this code is not fully debugged. I just cant see why 1 definition is
> wrong. <http://python.6.n6.nabble.com/file/n4996080/def.png>

You have several typos (there may be more):

draw_eyes:
    end_fill(()

draw_nose:
    end_fill(()

draw_mouth:
    color("pink"
    forward((20)

draw_head:
    color("blackk")
    goto(-100, 50
    gto(-100, 50)

draw_panel:
    clor("red")
    circle25, steps=3)
    rght(180)

draw_arm:
    right(90")

draw_body:
    width(1))
    penupp()


More information about the Tutor mailing list