Question: Write a simple Python program for putting a class roster into a list of lists.For each student, the script should take their name and their
Write a simple Python program for putting a class roster into a list of lists.For each student, the script should take their name and their grade, comma separated.If the user does not enter an int for the grade, proper try-except code should prevent crashing.Stop entering data into the list when the user enters the word, done.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
