Commit ea8dbf22 by BellCodeEditor

auto save

parent 9608e9cb
Showing with 9 additions and 0 deletions
for b in range(1,10):
for a in range(1,10):
print(a,'x',b,'=',a*b,end=' ')
if a==b:
break
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