Commit d30c1f9f by BellCodeEditor

save project

parent d8b4c0a2
Showing with 5 additions and 4 deletions
...@@ -4,11 +4,12 @@ ...@@ -4,11 +4,12 @@
import turtle import turtle
p=turtle.Pen() p=turtle.Pen()
p.fillcolor("green") p.fillcolor("pink")
p.speed(11111)
p.begin_fill() p.begin_fill()
for i in range(5): for i in range(36):
p.forward(100) p.forward(200)
p.left(144) p.left(170)
p.end_fill() p.end_fill()
......
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