Commit 402326b5 by BellCodeEditor

auto save

parent 23ce2c1c
Showing with 6 additions and 3 deletions
import turtle
sb=["red","orange","yellow","green","bure"]
sb=["red","orange","yellow","green","blue"]
pen = turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("black")
for i in range(1,12345678909867890987654320):
pen.pencolor(sb[i%5])
pen.forward(i)
for i in range(1,12345678909867890987654320):
pen.right(90.1)
pen.right(71)
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