Commit f09038c6 by BellCodeEditor

auto save

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