Whaley Gradebook Names Programmed

I'm stuck on writing this program. These are the instructions that were given to us. • As per the guidelines at the top of the assignment you may NOT import any modules. This includes the statistics module.

• The user should be displayed with a list of options from 1 to 5 • If the user chooses 1 they should be prompted to enter a student's name and grade • If the student does not appear in the grade book, the student and the grade should be added to the grade book • If the student is already in the grade book their grade should be changed to the value given • If the user chooses 2 they should be prompted to enter a student's name. • That student should be removed from the grade book • If the student is not in the grade book then the grade book should not be modified but also no error should be displayed. Tamil serial actor salary.

Download ford maverick vin decoder programing. *************************************************************************** *************************************************************************** ENTER HERE: >>.

Names programmed wrong in phone memes

• If the user chooses 3 the names and grades of all students should be displayed in alphabetical order • If the user chooses 4 the following statistics for the course should be displayed: Mean, Median, and Mode • The median is the middle number in a list of sorted numbers • The mode is the value that appears most often • If more there are 2 or more more numbers that appear most often then you may display any of them. • If the user chooses 5 the program should terminate • If any other option is chosen the program should tell the user that it does not recognize the option and ask the user for another choice. • All inputs besides the command choice will be valid. • You do not have to match the exact number of spaces I have in my output when displaying grades and course statistics but there needs to be at least 1 space. • Hint: Break the problem down into small functions that each tackle one part of the problem. For example have one function for inserting a student into the grade book, another for calculating the mean, etc. This is what I have so far and there are a few errors: def menuprint(): print('1.