Commit 1e6ec069 by BellCodeEditor

save project

parent 66bd439d
Showing with 1 additions and 5 deletions
import turtle
pen = turtle.Pen()
screen = turtle.Screen()
screen.bgcolor("light blue")
yyx=["white","green","red","purple"]
zxw=1
pen.speed(800)
for i in range(500):
pen.pencolor(yyx[i%4])
for i in range(1,500):
pen.forward(i)
pen.right(91)
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