Commit 72cd261a by BellCodeEditor

auto save

parent 978e00be
Showing with 4 additions and 3 deletions
...@@ -4,10 +4,10 @@ ...@@ -4,10 +4,10 @@
import turtle import turtle
Pen = turtle.Pen() Pen = turtle.Pen()
Pen.shape("turtle") Pen.shape("turtle")
Pen.fillcolor("") Pen.fillcolor("brown")
Pen.begin_fill() Pen.begin_fill()
for i in range(5): for i in range(36):
Pen.forward(200) Pen.forward(200)
Pen.right(144) Pen.right(170)
Pen.end_fill() Pen.end_fill()
turtle.done() 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