num1=int(input("enter a number: ")) for i in range(1,11): print(num1,"x", i,"=", i*num1)