Commit 8d21b03d by BellCodeEditor

save project

parent bea8d517
Showing with 3 additions and 3 deletions
for h in range(1,10): for h in range(1,10):
for l in range(1,10): for l in range(1,h + 1):
print(h,'*',l,'=',(h*l),end=" ") print(h,'*',l,'=',(h*l),end=" ")
print() print()
\ No newline at end of file \ 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