Write a complete program in Python that does the following:…

Write a complete program in Python that does the following:        –      asks a user to enter  two integer numbers;        –      reads the name and two numbers from the keyboard;        –      calculates the product, the sum and the result of float division of the first number by the second one if first number is greater than second else divides second number by first;