Commit 6edeedb0 by BellCodeEditor

save project

parent 05bf12ce
Showing with 1 additions and 2 deletions
y=1
x=1
for y in range(1,10): for y in range(1,10):
for x in range(1,10): for x in range(1,10):
print(y,"*",x,"=",(y*x)) print(y,"*",x,"=",(y*x))
......
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