Commit 521bec87 by BellCodeEditor

save project

parent 3a9be691
Showing with 2 additions and 1 deletions
...@@ -6,7 +6,7 @@ import turtle ...@@ -6,7 +6,7 @@ import turtle
__Pen = turtle.Pen() __Pen = turtle.Pen()
__Pen.fillcolor("#ff0000") __Pen.fillcolor("#ff0000")
Pen.begin_fill() Pen.begin_fill()
for __count in range(5): for __count in range(36):
__Pen.forward(200) __Pen.forward(200)
__Pen.right(144) __Pen.right(144)
tuple.done() tuple.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