Commit a4261ff2 by BellCodeEditor

save project

parent 698b46fb
Showing with 2 additions and 1 deletions
for g in range(1,1000): for g in range(1,10):
for a in range(1,g+1): for a in range(1,g+1):
print(a,'*',g,'=',(a*g),end=' ') print(a,'*',g,'=',(a*g),end=' ')
print() 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