a=int(input("Entrer un nombre a")) b=int(input("Entrer un nombre b")) n=0 m=1 while m<=b: n=n+1 m=a*n print(n-1,"x",a,"=",m-a)