Commit e58f53f7 by BellCodeEditor

save project

parent 7f31bb3a
Showing with 3 additions and 0 deletions
import turtle
pen=turtle.Pen()
distance=1
screen=turtle.screen()
screen.bgcolor("black")
colors=["gree","red","orange","yellow"]
for i in range(1,301):
pen.forward(i)
pen.left(91)
......
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