Commit 4ca69e11 by BellCodeEditor

save project

parent 3f9cdd53
Showing with 8 additions and 4 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
screen turtle.5 Screen
screen.bgcolor("light pink")
colors=["white","blue","vioet","cyan"]
distance=1 distance=1
for i inrange(300): pen.speen(1000)
for i inrange(1,300):
pen.pencolor(color[i%4])
pen.forward(distance) pen.forward(distance)
pen.right(91) pen.right(91)
distance+=1 pen.hideturtle()
pen.hideturtle()
turtle.down turtle.down
\ No newline at end of file
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