Question: a . Look at the python script from the following link - survey.py , draw a diagram ( like we did in slides for Person,

a. Look at the python script from the following link - survey.py, draw a diagram (like we did in slides for Person, MITPerson, etc.) that shows the hierarchy of the classes in the code.
b. Look at the same python script from question 2, find the class: Pregnancies, how many functions are in it, and list them as comments in the .ipynb file
c. Write a function that returns the mean of a list that is passed as a formal argument to a function. Create a list with values [10,56.7,56,89,100,99,87.5,34,985,10] and pass it to the above-defined function. Print the mean of the list of values
d. Add a breakpoint to the mean function (created in question 4) such that the interactive console of PDB can be used to look at the values of the mean after each item in the list is calculated(1 point). Only the updated code is required

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!