Commit 52389ab3 by BellCodeEditor

auto save

parent 6e5192b3
Showing with 13 additions and 3 deletions
a=9
b=8
print(a,"*",b,"=",a*b,sep="@",end="$rq")
import turtle
pen=turtle.Pen()
pen.speed(100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000)
q=["red","blue","yellow","green","pink","purple","orange"]
screen=turtle.Screen()
screen.bgcolor("black")
for i in range(10,100000000000000):
pen.pencolor(q[i%7])
pen.forward(i)
pen.right(91)
pen.hideturtle()
turtle.done()
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