Commit 54290631 by BellCodeEditor

save project

parent 4a368c97
Showing with 4 additions and 8 deletions
from turtle import * from turtle import *
speed(20) speed(666666)
screen=Screen() color=["blue","white","yellow","pink"]
bgcolor("black") for i in range(1,300):
dist=1
color=["red","blue","yellow","pink"]
for i in range(1,300,2):
pencolor(color[i%4]) pencolor(color[i%4])
forward(i) forward(i)
right(91) right(91)
hideturtle() hideturtle()
done() done()
\ No newline at end of file
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