Commit e252804e by BellCodeEditor

save project

parent 82956917
Showing with 7 additions and 4 deletions
import turtle import turtle
pen=tuple.pen() pen=tuple.pen()
screen=turtle.pen()
screen.bgcolor("black")
coiors=["red","orange","yellow","green",]
for i in range(1,300): for i in range(1,300):
pen.forward(i) pen.forward(i)
pen.hideturtle() pen.pencoior(coiors[i%4])
pen.hideturtle() pen.right(91)
turtle.done() \ No newline at end of file
\ 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