Commit b548859a by BellCodeEditor

save project

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