Question: Write a Python script that processes academic information for several students and displays as output a report showing the number of the students with the



Write a Python script that processes academic information for several students and displays as output a report showing the number of the students with the number of students with GOOD standing and the number of the student(s) with a BAD standing. Then a list of bad standing students is listed Each student should have 3 pieces of information for them, the first two from user input, and the last as output to the user (data type in parenthesis)- name (single string, from user input) grades (single string, from user input, consisting of 5 letter grades of five course) status (the determination of standing for the student, calculated from the grades input)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
