Question: 1) Write a Python program that will prompt the user for three integers and display the integers, their sum, their product, first integer raised to
1) Write a Python program that will prompt the user for three integers and display
the integers,
their sum,
their product,
first integer raised to the power of the second integer (use operator **)
maximum using the max function
minimum using the min function
average of the three numbers NOTE: use you answer from b (sum) do NOT add the numbers again
Assume the user does not use decimals and the first integer is NOT zero
Use the template provided in program00 (See the source code tab in BlackBoard )
NOTE:Please name this file as yourlastNameLab01.py. As an example if your last name was Euclid then you should submit EuclidLab01.py
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
