Commit 0d2637d6 by BellCodeEditor

auto save

parent d3495aa8
Showing with 6 additions and 12 deletions
import turtle o=1
pen=turtle.Pen() q=1
screen=turtle.Screen() for i in range(9):
screen.bgcolor("blue") print(o,"*",q,"=",(o*q))
colors=["green","red","orange","yellow"] q=q+1
for i in range(1,300): \ No newline at end of file
pen.pencolor(colors[i%4])
pen.forward(i)
pen.right(91)
turtle.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