Commit 2fc531cb by BellCodeEditor

save project

parent ce7957fe
Showing with 3 additions and 1 deletions
import turtle import turtle
import turtle import turtle
colors["red","yellow","blue","pink"]
for i in range(300): for i in range(300):
turtle.pencolor(colors[i%4])
turtle.forward(i) turtle.forward(i)
i+=1 i+=1
turtle.right(91) turtle.right(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