Commit 91897b8c by BellCodeEditor

save project

parent 549816c2
Showing with 13 additions and 0 deletions
import turtle
jinitaimei=turtle.Pen()
jinitaimei.speed(100)
kaole=["red","blue","purple","orange"]
KFC=turtle.Screen()
KFC.bgcolor('black')
for i in range(1,300):
jinitaimei.pencolor(kaole[i%4])
jinitaimei.forward(i)
jinitaimei.right(91)
jinitaimei.hideturtle()
turtle.done()
\ 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