Commit 0e213177 by BellCodeEditor

save project

parent 0dce721f
Showing with 7 additions and 3 deletions
import turtle
pen=turtle.Pen()
clo
for i in range(1,301):
colors=["white","blue","violet","cyan"]
distance=0
screen = turtle.Screen()
screen.bgcolor("light pink")
pen.speed(100)
for i in range(1,50001):
pen.forward(i)
pen.pencolor(colors[i%4])
pen.right(91)
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