z=(int(input("Please enter a no"))
for w in range(1,11): print(w,"X = ",(w*z))
Error:
for w in range(1,11):