Commit 54290631 by BellCodeEditor

save project

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