Commit 5fb33fc2 by BellCodeEditor

save project

parent 59e8765b
Showing with 7 additions and 6 deletions
a=1
for b in range(1,10):
print(a,"x",b,"=",a*b,end=" ")
for i in range(1,10): a=1
for i in range(1,10): a=1
for b in range(1,i+1): for b in range(1,10):
print(i,"x",b,"=",i*b,end=" ") print(a,"x",b,"=",a*b,end=" ")
print(end="\n")
\ 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