Commit 168d283a by BellCodeEditor

save project

parent fb19e937
Showing with 1 additions and 1 deletions
...@@ -2,7 +2,7 @@ j=1 ...@@ -2,7 +2,7 @@ j=1
o=1 o=1
for i in range(9): for i in range(9):
if o==i: if o==i:
for a in range(1,o) for a in range(1,o):
print(a,'x',j,'=',(a*j)) print(a,'x',j,'=',(a*j))
o=o+1 o=o+1
j=j+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