Commit c5c2d191 by BellCodeEditor

save project

parent f0acda54
Showing with 5 additions and 2 deletions
import turtle
screen=turtle.Screen()
screen.bgcolor("black")
pen=turtle.Pen()
pen.speed(0)
#d=1
for i in range(1,101):
colors=["red","blue","yellow","green"]
for i in range(1,900):
pen.pencolor(colors[i%4])
pen.fd(i)
pen.right(91)
# d+=1
......
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