Commit 147a6804 by BellCodeEditor

save project

parent 5610f883
Showing with 0 additions and 2 deletions
import turtle
Pen=turtle.Pen()
distance=1
colors("red","orang","yellow","green")
Pen.pencolor(colors[1%4])
for i in range(300):
Pen.forward(distance)
distance+=1
......
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