Commit f946c980 by BellCodeEditor

save project

parent 3e9bf286
Showing with 4 additions and 2 deletions
l=1
o=1
for l in range(1,10): for l in range(1,10):
for o in range(1,l+1):
print(l,"*",o,"=",(l*o),end=" ") print(l,"*",o,"=",(l*o),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