Commit d0482062 by BellCodeEditor

save project

parent 1020242e
Showing with 5 additions and 0 deletions
......@@ -4,8 +4,12 @@
"""
import turtle
turtle.speed(200)
cm=["red","orange","yellow","green"]
turtle.bgcolor("black")
for i in range(300):
turtle.pencolor(cm[i%4])
turtle.forward(i)
turtle.left(91)
turtle.end_fill()
turtle.hideturtle()
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