Commit 096a01cd by BellCodeEditor

save project

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