Commit 690b05a0 by BellCodeEditor

save project

parent 8f4bb89b
Showing with 5 additions and 0 deletions
import turtle import turtle
sc=turtle.Screen()
sc.bgcolor('bleck')
Pen=turtle.Pen() Pen=turtle.Pen()
c=['red','orange','yellow','green']
for i in range(1,300): for i in range(1,300):
Pen.forward(i) Pen.forward(i)
Pen.pencolor(c[i%4])
Pen.right(91) Pen.right(91)
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