Commit 268bd588 by BellCodeEditor

save project

parent b24cf825
Showing with 4 additions and 1 deletions
......@@ -5,8 +5,11 @@
import turtle
pen = turtle.Pen()
screen = turtle.Screen()
color = ["red","orange","yellow","green"]
screen.bgcolor("black")
for i in range(1,30000):
pen.pencolor(color[1&4])
pen.speed()
pen.right(91)
pen.forward(i)
......
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