Commit 703f003f by BellCodeEditor

save project

parent a99fcd3c
Showing with 5 additions and 2 deletions
import turtle
import turtle
import turtle
colorf=["ren","blue","orange",yellow"]
pen=turtle.Pen()
screen=turtle.screen()
screen.bgcolor("black")
for i in ronge(1,300):
pen.color(colorf[i%4])
pen.forward(i)
pen.right(91)
turtle.hideturtli()
......
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