Commit 2479652c by BellCodeEditor

save project

parent dc6e629c
Showing with 2 additions and 1 deletions
......@@ -7,12 +7,13 @@ import turtle
pen = turtle.Pen()
screen = turtle.Screen()
screen.bgcolor("light pink")
screen.bgcolor("black")
colors=["white","blue","violet","cyan"]
pen.speed(0)
for _ in range(1,300):
pen.fd(_)
pen.pencolor(colors[_%4])
pen.right(91)
#distance+=1
pen.hideturtle()
......
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