Commit 46ccf33c by BellCodeEditor

auto save

parent 4e51d621
Showing with 5 additions and 5 deletions
a = 1 a = 1
while a<=9: while a<=9:
b=1 b=1
while b<=9: while b<=9:
print(b) print(a,'x',b,'=',(a*b),end=" ")
b+=1 b+=1
print(a) a+=1
a+=1 print()
\ No newline at end of file \ 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