Commit fc1ee9bc by BellCodeEditor

save project

parent f675ad38
Showing with 6 additions and 7 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
screen=turtle.Screen() colors = ["red","gold","purple","blue"]
screen.bgcolor("black") for i in range(800000):
colors=["pink","PaleVioletRed","sky blue","light blue"] pen.speed(3000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000)
for i in range(1,800):
pen.speed(0.1)
pen.forward(i) pen.forward(i)
pen.pencolor(colors[i%4]) pen.pencolor(colors[i%4])
pen.right(91) pen.right(200)
pen.hideturtle() pen.hideturtle()
turtle.done() 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