Commit c05d7d40 by BellCodeEditor

auto save

parent 3e984fd9
Showing with 33 additions and 5 deletions
import turtle
turtle.pencolor("red")
turtle.speed(20)
turtle.speed(20000000000000000000)
turtle.width(1)
for i in range(6000000):
for i in range(100):
turtle.left(40)
turtle.pencolor("blue")
turtle.fd(10)
turtle.pencolor("yellow")
turtle.fd(10)
turtle.right(78)
turtle.pencolor("red")
turtle.fd(10)
turtle.penup()
turtle.fd(100)
turtle.pendown()
turtle.width(10)
for i in range(100):
turtle.left(40)
turtle.pencolor("blue")
turtle.fd(10)
turtle.pencolor("yellow")
turtle.fd(10)
turtle.right(78)
turtle.pencolor("red")
turtle.fd(10)
turtle.penup()
turtle.fd(200)
turtle.pendown()
turtle.width(20)
for i in range(100):
turtle.left(40)
turtle.pencolor("blue")
turtle.fd(10)
turtle.pencolor("green")
turtle.fd(10)
turtle.right(78)
turtle.pencolor("red")
turtle.fd(10)
turtle.mainloop()
\ 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