Commit c68199b8 by BellCodeEditor

save project

parent 52f4e9f8
Showing with 4 additions and 4 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
distanse=1 pen.speed(100)
for i in range(100): for i in range(800):
pen.forward(distanse) pen.forward(i)
distanse+=1 i+=1
pen.right(91) pen.right(91)
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