Commit 487a2591 by BellCodeEditor

auto save

parent 7afa1ba8
Showing with 2 additions and 2 deletions
......@@ -4,8 +4,8 @@
import turtle
pen=turtle.Pen()
for i in range(500):
pen.forward(270)
pen.right(400)
pen.forward(250)
pen.right(300)
turtle.done()
pen.hideturtle()
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