You are on page 1of 1

num_1 = input("Enter the first number")

num_2 = input("Enter the second number")

print("The first number multiplied by the second number is:")

print(num_1*num_2)

You might also like