Commit 792b0828 by BellCodeEditor

save project

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