Commit 411cc57a by BellCodeEditor

save project

parent 42e998ce
Showing with 2 additions and 1 deletions
import turtle
pen = turtle.Pen()
i=5
for i in range(300):
pen.speed(2000)
for i in range(1000):
pen.forward(i)
pen.right(91)
i+=1
......
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