Commit fccce136 by BellCodeEditor

auto save

parent fcb857e1
Showing with 4 additions and 4 deletions
a=1
while a <=9:
b=1
for b in range(9):
print(b)
b+=1
print(a,'\')
for b in range(a):
print("%d*%d=%d"%(b,a,a*b),end="\t")
b+=1
print("")
a+=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