Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed

image text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribed

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

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

DB2 Universal Database V7.1 Application Development Certification Guide

Authors: Steve Sanyal, David Martineau, Kevin Gashyna, Michael Kyprianou

1st Edition

0130913677, 978-0130913678

More Books

Students also viewed these Databases questions