Commit 5aa76480 by BellCodeEditor

auto save

parent 0c858d49
Showing with 6 additions and 0 deletions
a=1
b=1
for b in range(1,10):
for a in range(1,b+1):
print(a,"x",b,"=",a*b,sep="",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