Commit 0e45c0f8 by BellCodeEditor

save project

parent 159197c8
Showing with 10 additions and 2 deletions
import turtle import turtle
screen=turtle.Screen()
screen.bgcolor("yellow")
colors=["grey","brown","black","white"]
pen=turtle.Pen() pen=turtle.Pen()
distance=1 for i in range(1,3000):
for i in range(5000000) pen.pencolor(colors[i%4])
pen.forward(i)
pen.right(143)
pen.hideturtle()
turtle.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