Commit 23906047 by BellCodeEditor

save project

parent f7d603eb
Showing with 2 additions and 1 deletions
import turtle import turtle
y=turtle.Pen() y=turtle.Pen()
color=["red","orange","yellow","green"]
for i in range(300): for i in range(300):
y.pencolor(color[i%4])
y.forward(i) y.forward(i)
y.right(91) y.right(91)
i+=1 i+=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