Commit 09c96431 by BellCodeEditor

save project

parent 15958ed3
Showing with 4 additions and 3 deletions
......@@ -2,11 +2,12 @@ a=20
import turtle
p=turtle.Pen()
p.shape("turtle")
for i in range(10):
p.forward(144)
p.right(90)
for i in range(36):
p.forward(200)
p.right(170)
a=a+10
p.hideturtle()
begin_fill(red)
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