Question: Create the following small program. Using NumPy, generate a list of 6 random floating point numbers ( so not just integers ) between 0 and

Create the following small program. Using NumPy, generate a list of 6 random floating point
numbers (so not just integers) between 0 and 4. Then, define a dictionary with
keys the student names Ariel, Bonnie, Chucky, Dave, Elle, and Francis values the 6 random
numbers you generated, which we'll interpret as a GPA.
Your program should output a sentence that says what percentage of the students got at least
a 3.0 and a list of their names.
A few hints: (1) Initialize an empty list to store the names in. Then append each relevant name
to that list. (2) There are other methods, but consider . join() to help print the list of names in
your ultimate output separated by a list of commas.
 Create the following small program. Using NumPy, generate a list of

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!