Commit 303454c4 by BellCodeEditor

save project

parent 694ace76
Showing with 4 additions and 2 deletions
import turtle
screen.turtle.Screen()
color["red","orande","yellow","green"]
pen turtle.pen()
distence=1
for in range(300):
for in range(1,300):
pen.pencolor(color[i%4])
pen.forward(distance)
pen.right(91)
pen.hidturtle()
......
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