Commit e7e6bd49 by BellCodeEditor

auto save

parent 6b637e5f
Showing with 3 additions and 3 deletions
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
""" """
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.speed(5) pen.speed(10)
for i in range(300): for i in range(1,300,3):
pen.forward(i) pen.forward(i)
pen.right(91) pen.right(91)
turtle.dong() turtle.done()
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