Commit acc22b09 by BellCodeEditor

save project

parent 4d3d3e9e
Showing with 2 additions and 2 deletions
import turtle import turtle
pen=turtle.Pen() pen = turtle.Pen()
colrs=["red","orange","yellow","green"] colors=["red","yellow","ge",""]
for i in range(1,360): for i in range(1,360):
pen.forward(i) pen.forward(i)
pen.pencolor(colors[i%4]) pen.pencolor(colors[i%4])
......
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