Question 24f: list dict

Student Scores Activity

  1. Create a list of 5 student names.
  2. Ask each student for their math score.
  3. Store all the scores in a separate list.
  4. Calculate the total score of all students.
  5. Calculate the average score.
  6. Store each student’s name and score in a dictionary
    (e.g., {name: score}).
  7. Display the entire dictionary showing all students and their scores.
Write what you are looking for, and press enter to begin your search!