Commit ad06d823 by BellCodeEditor

save project

parent d9ad23e9
Showing with 1 additions and 1 deletions
for b in range(1,10): for b in range(1,10):
for a in range(1,10): for a in range(1,b+1):
print(a,'*',b,'=',(a*b),end=' ') print(a,'*',b,'=',(a*b),end=' ')
print() 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