Commit 199c838d by BellCodeEditor

auto save

parent 95e2b598
Showing with 9 additions and 6 deletions
i=5 import turtle
for i in range(1,10): pen = turtle.Pen()
for j in range(1,(i+1)): distance=1
print(j,"*",i,"=",(j*i),end=" ") for i in range (300):
print() pen.forward(distance)
\ No newline at end of file distance+=1
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