Question: use python only Write a program that prompts the user to enter positive integer values. The program will continue to prompt the user to do

use python only
Write a program that prompts the user to enter positive integer values. The program will continue to prompt the user to do so until they enter "end" to stop. Positive integer values entered by the user are added to a list. Integer values that are not positive are ignored. Once the user has entered "end", the program will print the list of positive integer values in descending order (largest to smallest). Note: The output must be in the format shown in the example, including the format of the prompt, and all spaces and punctuation
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
