You are playing a guessing game with a user. Imagine that you came up with an integer stored in a variable set_number.
Check if set_number is equal to the product of two integers entered by the user.
The input format:
Two lines containing integer numbers for you to multiply.
The output format:
True if the user guessed correctly and False otherwise.