Commit 42ab8d91 by BellCodeEditor

auto save

parent f25effac
Showing with 18 additions and 0 deletions
y=1
x=1
for i in range(1,10):
x=0
for j in range(1,i+1):
x+=1
print(x,"x",y,"=",x*y,end=" ")
print(" ")
y+=1
y=1
x=1
for i in range(1,10):
x=0
for j in range(1,i+1):
x+=1
print(x,"x",y,"=",x*y,end=" ")
print(" ")
y+=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