Commit f9a34d2d by BellCodeEditor

save project

parent 490d5185
Showing with 5 additions and 3 deletions
m=2
for n in range(1,10):
print(m,"*",n,"=",(m*n),sep="",end=" ")
for m in range(1,10):
for n in range(1,m+1):
print(m,"*",n,"=",(m*n),sep="",end=" ")
print()
\ No newline at end of file
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