Question: Write a Python program with the following requirements:a ) Create the following functions: - get _ number list 0 : This function should prompt the
Write a Python program with the following requirements:a Create the following functions: get number list: This function should prompt the user to enter ten numbers and return them as a list. calculateaveragenumbers: This function should take a list of numbers as input and return their average.b In the main code call the functions: Call getnumberlist to get a list of numbers from the user. Call calculateaverage numbers to calculate the average of the numbers. Print the average
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
