Commit 2d9d093f by BellCodeEditor

save project

parent 7c2bdf44
Showing with 6 additions and 2 deletions
...@@ -3,8 +3,12 @@ ...@@ -3,8 +3,12 @@
""" """
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.fillcolor(red)
pen.begin_fill()
pen.shape("turtel") pen.shape("turtel")
for i range(5) for i range(5)
pen.forward(200) pen.forward(200)
pen.left(90) pen.left(144)
turtle.done() pen.hideturtle()
turtle.done()
pen.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