Commit a7eee0f0 by BellCodeEditor

save project

parent c56ebc78
Showing with 9 additions and 2 deletions
......@@ -4,6 +4,12 @@
import turtle
Pen=turtle.Pen()
Pen.shape("turtle")
Pen.forward(200)
Pen.left(144)
Pen.setheading(180)
Pen.color("red")
Pen.begin_fill()
for i in range(5):
Pen.forward(200)
Pen.left(144)
Pen.end_fill()
Pen.hideturtle()
turtle.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