Commit fb19e937 by BellCodeEditor

save project

parent dc06ef62
Showing with 7 additions and 3 deletions
j=1 j=1
i=1 o=1
print(i,'x',j,'=',(i*j)) for i in range(9):
\ No newline at end of file if o==i:
for a in range(1,o)
print(a,'x',j,'=',(a*j))
o=o+1
j=j+1
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