Commit c0966177 by BellCodeEditor

save project

parent 0f19cf25
Showing with 4 additions and 6 deletions
...@@ -7,12 +7,10 @@ pen.fillcolor("yellow") ...@@ -7,12 +7,10 @@ pen.fillcolor("yellow")
pen.begin_fill() pen.begin_fill()
pen.shape("turtle") pen.shape("turtle")
for i in range(360): for i in range(4):
pen.forward(1) pen.forward(200)
pen.right(1) pen.right(270)
for i in range(360):
pen.forward(2)
pen.right(1)
pen.end_fill() pen.end_fill()
turtle.done() turtle.done()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment