Commit 59e4bc34 by BellCodeEditor

save project

parent 9e713241
Showing with 3 additions and 0 deletions
import turtle
t=turtle.Pen()
turtle.bgcolor("black")
color=["red","yellow","blue","green"]
for i in range(1,301):
t.pencolor(color[i%4])
t.forward(i)
t.right(91)
turtle.done()
......
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