> Computer Science Python code question.?

Computer Science Python code question.?

Posted at: 2014-12-18 
So for my class I can't get the W code to work. I don't know what I am doing wrong. the instructions say:Complete the steps below to draw the letter W using a function.

a.

Move the cursor to a line after the function definitions and before the function calls.

b.

Define a new function named draw_W().

c.

On the next line, write a comment that says Draw a W.

d.

On the next few lines, use turtle functions to draw a W with three vertical bars that

are each 100 pixels high and two bars at the bottom that are each 25 pixels wide.



I attached a picture of my code that I did. What is wrong?