Commit 1b2e8915 by BellCodeEditor

auto save

parent 48f1f7f4
Showing with 5 additions and 1 deletions
import turtle
pen=turtle.Pen()
for i in range(1,400):
screen=turtle.Screen()
screen.bgcolor("black")
colors=["red","orange","yellow","green","blue","purple"]
for i in range(1,900):
pen.pencolor(colors[i%6])
pen.forward(i)
pen.right(61)
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