Question: plz use python Write a program that asks the user to enter successive values, which are stored in a list. The program repeatedly asks the

plz use python
Write a program that asks the user to enter successive values, which are stored in a list. The program repeatedly asks the user for a value until the user enters "stop". Once the user enters "stop", the program asks the user to enter a threshold value. Then, the program calculates and prints the average of the values in the list, only if they are greater than the threshold. Note: - The output produced by the program must be in the format shown in the examples below, including the format of the prompt, spaces, and punctuation. - The user will always enter at least 1 value. - The user will always enter a threshold less than the highest value stored in the list. - The user can enter float values. - The average should be displayed with 2dp. - Useful methods: append () For example
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
