Commit 4d8a765a by BellCodeEditor

save project

parent af527d52
Showing with 3 additions and 2 deletions
for hang in range(1,10):
for lie in range(1,10):
print(hang,'*',lie,'=',(hang*lie),end=' ')
for lie in range(1,hang+1):
print(lie,'*',hang,'=',(hang*lie),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