Commit a5e24034 by BellCodeEditor

save project

parent 65e4f61e
Showing with 3 additions and 1 deletions
......@@ -4,8 +4,10 @@
"""
import turtle as l
l.speed(0)
l.bgcolor("black")
hi=['green','blue','orange','red']
for i in range(1,500):
l.pencolor(hi[i%4])
l.forward(i)
l.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