Commit 46ccf33c by BellCodeEditor

auto save

parent 4e51d621
Showing with 3 additions and 2 deletions
...@@ -2,7 +2,7 @@ a = 1 ...@@ -2,7 +2,7 @@ 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
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