Commit deb7fadd by BellCodeEditor

save project

parent 06ab6d4c
Showing with 4 additions and 2 deletions
j=0 j=0
o=2 o=1
for i in range(1,10): for i in range(1,10):
j=j+1 j=j+1
o=o+1 o=o+1
for w in range(2,o): print()
for w in range(1,o):
print(w,'x',j,'=',(w*j),end=' ') print(w,'x',j,'=',(w*j),end=' ')
\ 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