Commit f080190e by BellCodeEditor

auto save

parent 17f8890d
Showing with 6 additions and 0 deletions
for l in range(1,10):
for n in range(1,l+1):
print(l,"*",n,"=",(l*n),sep="",end=" ")
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