Commit 8b6b1f62 by BellCodeEditor

auto save

parent c816b9b8
Showing with 21 additions and 0 deletions
import turtle
pen = turtle.Pen()
screen.bgcolor("black")
yanhaochen = ['red','orange','black','yellow']
screen = turtle.Screen()
for i in range(1,300):
pen.forward(yanhaochen[i%4])
pen.right(91)
pen.forward(i)
tuple.hidetutle()
tuple.done()
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