Commit 487a2591 by BellCodeEditor

auto save

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