3. Write a complete Python program which reads from the use…
3. Write a complete Python program which reads from the user two separate float values x and y, both as degrees. Then calculate and print the product of pi and sin(x+y). Use the value of pi that is found in a common Python package/library.