Commit c2572e9f by BellCodeEditor

save project

parent da5142b2
Showing with 4 additions and 2 deletions
...@@ -6,5 +6,8 @@ pen=turtle.Pen() ...@@ -6,5 +6,8 @@ pen=turtle.Pen()
pen.fillcolor("yellow") pen.fillcolor("yellow")
pen.begin_fill() pen.begin_fill()
pen.shape("turtle") pen.shape("turtle")
pen i in range(5)
pen.forwoud(200)
pen.right(144)
pen.end_fill()
pen.end_fill()
\ 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