Question: Your task consists of creating a Python function called HW 2 p 1 _ Task 1 _ UCusername that works as follows To call your
Your task consists of creating a Python function called HWpTaskUCusername that works
as follows
To call your function, the user will type in the Python Shell, the name of the function
HWpTaskUCusername and the arguments variables a b and n sample size
UCusername is what you use to login to CANVAS.
Your function will then
o Set the initial value of X to and the initial value of Y to
o Compute and store the successive values of X in a list using Equations and This
should be done using a repetition structure for or while loop and Pythons append
builtin function for adding on to lists.
o Compute the number of bins based on the sample size and using the Equation
o Compute the width of each bin using Equation
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
