Commit d072c236 by BellCodeEditor

save project

parent ac2fb1b7
Showing with 2 additions and 2 deletions
...@@ -5,9 +5,9 @@ import turtle ...@@ -5,9 +5,9 @@ import turtle
p=turtle.Pen() p=turtle.Pen()
p.fillcolor("blue") p.fillcolor("blue")
p.begin_fill() p.begin_fill()
for i in range(2): for i in range(5):
p.forward(200) p.forward(200)
p.right(90) p.right(122)
p.end_fill() p.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