Commit ffac79f2 by BellCodeEditor

auto save

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