Commit bb8e1a30 by BellCodeEditor

save project

parent a5b2c23d
Showing with 7 additions and 3 deletions
import turtle
pen=turtle.Pen()
s=turtle.Screen()
for i in range(99999999999999999999999999999999999999999999999999999999999999999999999999999999999999):
pen=turtle.Pen()
a=["red","orange","yellow","blue"]
s.bgcolor("black")
for i in range(99):
pen.forward(i)
pen.pencolor(a[i%4])
pen.right(110)
turtle.done()
\ 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