Commit ee0af169 by BellCodeEditor

save project

parent b89fabaf
Showing with 4 additions and 0 deletions
import turtle import turtle
screen=turtle.Screen()
screen.bgcolor("black")
#distnce=1 #distnce=1
pen=turtle.Pen() pen=turtle.Pen()
colors=["red","blue","green","yellow"]
pen.speed(0) pen.speed(0)
for i in range(1,300): for i in range(1,300):
pen.pencolor(colors[i%4])
pen.fd(i) pen.fd(i)
pen.right(91) pen.right(91)
#distnce+=1 #distnce+=1
......
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