Commit b5a21c9f by BellCodeEditor

save project

parent 04b147e5
Showing with 2 additions and 0 deletions
import turtle import turtle
bi=turtle.Pen() bi=turtle.Pen()
colors=["red","blue","yellow","green"]
for i in range(300): for i in range(300):
bi.color(colors[i%4])
bi.forward(i) bi.forward(i)
bi.left(91) bi.left(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