Commit e53d111a by BellCodeEditor

save project

parent bd052793
Showing with 2 additions and 2 deletions
for l in range(1,10): for l in range(1,10):
for m in range(1,m+1): for m in range(1,l+1):
print(str(l),'*',str(m),'=',(l*m),end" ") print(l,'*',m,'=',(l*m),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