Commit 69e2980e by BellCodeEditor

save project

parent 13356688
Showing with 4 additions and 0 deletions
import turtle as p
p.speed(100000000)
p.screensize(700,900,"black")
color=["red","orange","yellow","green"]
for i in range(1,700):
p.pencolor(color[i%4])
p.forward(i)
p.left(91)
p.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