Question: Please use Python3 to write this program. Thank you! 9.19 Project Skill Builder Lab 3 - Top 10 Objectives Working with dictionaries Working with lists

 Please use Python3 to write this program. Thank you! 9.19 Project

Skill Builder Lab 3 - Top 10 Objectives Working with dictionaries Workingwith lists Random number generation Use functions for code organization Specifications Youare to write a program that generates 10,000 random integers, count howmany times each value occurs, and display a list of the top10 values along with their occurrence counts. The values will be randomlydrawn from a normal distribution with mean and standard deviation of the

Please use Python3 to write this program. Thank you!

9.19 Project Skill Builder Lab 3 - Top 10 Objectives Working with dictionaries Working with lists Random number generation Use functions for code organization Specifications You are to write a program that generates 10,000 random integers, count how many times each value occurs, and display a list of the top 10 values along with their occurrence counts. The values will be randomly drawn from a normal distribution with mean and standard deviation of the user's choosing. Main Menu There is a main menu similar to the first Skill Builder lab: Main Menu 1 Create Data 2 Show Top 10 3 - Exit Enter your choice (1-3): There are 3 spaces before and after the text Main Menu The dashed line contains 15-"characters. The menu itself must be printed out by calling a function called printllenuO. This will print the "Main Menu" title along with the three choices. It will not print the prompt line, that will be done in the main part of the program. There are 1 5 ." characters in the line, and 3 spaces before and after the "Main Menu" header You may assume the user will enter a valid integer, however, you must handle the case where the integer value is outside the accepted range (1 through 3)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!