• + 0 comments
       n = int(input().strip())
        for j in range(1, 11):
            print(f"{n} x {j} = {n*j}")