Commit 7fb9ddd2 by BellCodeEditor

auto save

parent 4ea37e4a
Showing with 15 additions and 0 deletions
# import turtle
# colors=["pink","green","purple","blue","red","yellow"]
# p=turtle.Turtle()
# p.speed(100000)
# for i in range(1,300000):
# p.pencolor(colors[i%6])
# p.forward(i)
# p.left(120)
for j in range(1,10):
for i in range(1,j+1):
print(i,"*",j,"=",i*j,end=" ")
print()
\ 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