Commit 4955fdef by BellCodeEditor

auto save

parent d3bb431c
Showing with 1 additions and 0 deletions
...@@ -6,6 +6,7 @@ import turtle ...@@ -6,6 +6,7 @@ import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.fillcolor("red") pen.fillcolor("red")
pen.begin_fill() pen.begin_fill()
for i in range(36): for i in range(36):
pen.forward(200) pen.forward(200)
pen.right(170) pen.right(170)
......
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