Commit f09038c6 by BellCodeEditor

auto save

parent 2c652d29
Showing with 9 additions and 10 deletions
import turtle
distance=1
t
turtle.speed(0)
for i in range(900):
turtle.forward(distance)
turtle.right(91)
distance=distance+1
turtle.hideturtle()
turtle.done()
turtle.pensize(4)
turtle.color("blue")
for i in range(5):
turtle.("yellow")
turtle.begin_fill()
turtle.right(144)
turtle.forward(200)
turtle.end_fill()
\ No newline at end of file
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