Commit 48dbc76f by BellCodeEditor

save project

parent eef5c48d
Showing with 3 additions and 4 deletions
...@@ -6,10 +6,10 @@ t.pendown() ...@@ -6,10 +6,10 @@ t.pendown()
t.pencolor("red") t.pencolor("red")
t.fillcolor("blue") t.fillcolor("blue")
t.begin_fill() t.begin_fill()
for i in range(5): for i in range(36):
t.forward(200) t.forward(200)
t.right(144) t.right(170)
t.hideturtle() t.hideturtle()
t.penup() t.penup()
t.end_fill() t.end_fill()
t.done() t.done()
\ No newline at end of file
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