Commit f0edb40b by BellCodeEditor

auto save

parent 1b3b7c58
Showing with 7 additions and 4 deletions
import turtle
pen1=turtle.pen()
for a in range(1,100):
pen.pencolor(color[a%5])
pen.forward(i)
pen.lift(91)
pen = turtle.Pen()
color=["red","blue","green","orange","cyan"]
color=["red","orange","blue","green","cyan"]
distance=1
pen.speed(100000)
for i in range(1,400):
for i in range(1,100):
pen.pencolor(color[i%5])
pen.forward(i)
pen.right(91)
......
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