Commit e136884b by BellCodeEditor

save project

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