Commit b9b501d3 by BellCodeEditor

save project

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