Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please comment on your code so i can understand what you did and learn. Thank you Given a dictionary listing student names and their grades

Please comment on your code so i can understand what you did and learn. Thank youimage text in transcribed

Given a dictionary listing student names and their grades in a given class write a python program that counts how many times each grade appears in the dictionary. Test your program with the following dictionary: Csc4340 = {"tim I, 'B', 'richard ': 'osh E', 'suincy': 'A', 'Sherry ': 'F', 'latasha ': 'A','laurence ': 'B', 'Omar ': 'D', 'chanel': 'A', 'tasih':DL C. AdministratorCommand Prompt Mirensoft Windows (Uersion 6126a1 Copyright (c) 2009 Microsoft Corporation . All rights reserved . HEN>c: C:\>d python34 C:\Python 34python lab15. py CSC 1315: 'chanel': 'A', 'latasha ': 'A'tim ': 'B', 'josh: 'F', 'omar': 'D' , 'quincy 'E 'A', 'richard': 'B', 'sherry': 'F'," laurence : 'B', 'tyasiha ': 'D' k'B': 3. 'F ': 2. 'A': 3. 'D': 2 C:\Python34

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design For Mere Mortals

Authors: Michael J Hernandez

4th Edition

978-0136788041

More Books

Students also viewed these Databases questions

Question

1 The difference between a command system and a market system.

Answered: 1 week ago

Question

4 How the market system adjusts to change and promotes progress.

Answered: 1 week ago