Commit 23ce2c1c by BellCodeEditor

save project

parent cede0ed2
Showing with 2 additions and 3 deletions
import turtle
sb=["red","orange","yellow","green","bure"]
pen = turtle.Pen()
for i in range(345678909867890987654321):
pen.pencolor(sb[i%5])
pen.forward(i)
for i in range(1,12
for i in range(1,12345678909867890987654320):
pen.right(90.1)
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