Commit fecd08fe by BellCodeEditor

save project

parent 9c711a9a
Showing with 5 additions and 5 deletions
...@@ -3,12 +3,12 @@ ...@@ -3,12 +3,12 @@
""" """
import turtle import turtle
a=turtle.Pen() a=turtle.Pen()
a.left(180) a.goto(-250,0)
a.fillcolor("red") a.fillcolor("black")
a.begin_fill() a.begin_fill()
for i in range(5): for i in range(30):
a.forward(200) a.forward(500)
a.left(144) a.left(174)
a.hideturtle() a.hideturtle()
a.end_fill() a.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