n=raw_input("whcih multiplication table would you like?")   
m=raw_input("how high do you wat to go ?")    
x=int(m)+1    
for i in range(1,x):    
    print int(n)*i