For python Write algorithm using pseudocode for the the following action: Prompting the user to input a set of grades and print the highest value, minimum value, and average. Explain why you chose the type of control structures and/or loops used in your algorithm (if-else, for, while, etc.).