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 random floating point
numbers so not just integers between and Then, define a dictionary with
keys the student names Ariel, Bonnie, Chucky, Dave, Elle, and Francis values the 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 and a list of their names.
A few hints: Initialize an empty list to store the names in Then append each relevant name
to that list. There are other methods, but consider join to help print the list of names in
your ultimate output separated by a list of commas.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
