Commit 443965d1 by BellCodeEditor

save project

parent c7842f9f
Showing with 2 additions and 0 deletions
import turtle
t = turtle.Turtle()
ls = ["red","orange","green","blue"]
t.speed(0)
for i in range(300):
t.color(ls[i%4])
t.forward(i)
t.left(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