Commit 60f9b609 by BellCodeEditor

save project

parent 851cd5ce
Showing with 3 additions and 3 deletions
import turtle
pen=turtle.Pen()
b=turtle.Screen()
b.bgcolor("sky red")
b.bgcolor("black")
pen.speed(1000000000000000000000000)
corors=["red","orang","yellow","green"]
c=["red","orang","yellow","green"]
for i in range(10000):
pen.forward(i)
pen.color(c[i%4])
pen.right(91)
pen.hideturtle()
turtle.done()
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