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 list0: This function should prompt the user to enter ten numbers and return them as a list.- calculate_average(numbers): This function should take a list of numbers as input and return their average.b) In the main code call the functions:- Call get_number_list to get a list of numbers from the user.- Call calculate_average (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 blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!