Commit ca423c34 by BellCodeEditor

auto save

parent c133bcd5
Showing with 13 additions and 6 deletions
'''for i in range(1,10):
for i in range(5,10):
for j in range(1,i+1):
print(j,"*",i,"=",(i*j),end=" ")
print()'''
print()
'''import turtle
speed=20
for i in range(1,300):
turtle.forward(i+1.5)
turtle.right(91)
turtle.done()'''
for i in range(4,10):
for j in range(1,i+1):
print(j,"*",i,"=",(i*j),end=" ")
print()
......
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