please subscribe my channel - https://bit.ly/2Me2CfB t = int(input("ENTER THE NUMBER : ")) for i in range(1, 11): b = t * i print(f"{t} x {i} = {b}")