Question: Create the following program: Write a python program to display the marks in the class of 20 students The marks of the students will be
Create the following program: Write a python program to display the marks in the class of 20 students

The marks of the students will be stored in a list or tuple (of your choice) Each element will be an integer between 0 and 9 (inclusively) The histogram will have a series of stars for each possible value of the mark A sample output if your marks are the following:
Create the following program: Write a python program to display the marks in the class of 20 students The marks of the students will be stored in a list or tuple (of your choice) Each element will be an integer between 0 and 9 (inclusively) The histogram will have a series of stars for each possible value of the mark A sample output if your marks are the following: 0 5 5 7 8 7 8 9 9 68 69 779 4 7 8 8 0: 1: 2: 3: S: ** 6:** 7:***** 8:***** 9:****
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
