Commit 75c4bdca by BellCodeEditor

save project

parent 6a43b6bd
Showing with 4 additions and 0 deletions
......@@ -4,6 +4,8 @@
import turtle
pen=turtle.Pen()
pen.shape("turtle")
pen.color("red")
pen.begin_fill()
pen.forward(200)
pen.right(144)
pen.forward(200)
......@@ -14,5 +16,6 @@ pen.forward(200)
pen.right(144)
pen.forward(200)
pen.right(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