Commit f252bf5b by BellCodeEditor

save project

parent faf8dd05
Showing with 12 additions and 0 deletions
import turtle
import turtle
hhh=1
huh=0
play=["green","red","yello","blue"]
for i in range(300):
turtle.Pencolors(play[i%4])
turtle.forward(hhh)
turtle.right(91)
hhh+=1
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