Commit b64ca896 by BellCodeEditor

save project

parent fb00da1e
Showing with 2 additions and 14 deletions
import turtle xiaohanbao=["臭豆腐","老干妈","俘虏"]
pen=turtle.Pen() print(range(len(xiaohanbao))
screen=turtle.Screen()
screen.bgcolor("black")
colors=["green","red","yellow","orange"]
pen.speed(4)
for i in range(300):
pen.forward(i)
pen.pencolor(colors[i%4])
i+=1
pen.right(91)
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