hw04_masterOctober 3, 20191Homework 4: Functions, Histograms, and GroupsReading:•Visualizing Numerical Distributions•Functions and TablesPlease complete this notebook by filling in the cells provided.Before you begin, execute thefollowing cell to load the provided tests. Each time you start your server, you will need to executethis cell again to load the tests.Homework 4 is due Thursday, 9/26 at 11:59pm. Start early so that you can come to office hours ifyou’re stuck. Check the website for the office hours schedule. You will receive an early submissionbonus point if you turn in your final submission by Wednesday, 9/25 at 11:59pm. Late work willnot be accepted as per thepoliciesof this course.Throughout this homework and all future ones, please be sure to not re-assign variables throughoutthe notebook! For example, if you usemax_temperaturein your answer to one question, do notreassign it later on.Moreover, please be sure to only put your written answers in the providedcells.[ ]:# Don't change this cell; just run it.importnumpyasnpfromdatascienceimport*# These lines do some fancy plotting magic.\n",importmatplotlib%matplotlibinlineimportmatplotlib.pyplotaspltplt.style.use('fivethirtyeight')fromclient.api.notebookimportNotebookok=Notebook('hw04.ok')Before continuing the assignment, select ”Save and Checkpoint” in the File menu and then executethe submit cell below. The result will contain a link that you can use to check that your assignmenthas been submitted successfully. If you submit more than once before the deadline, we will onlygrade your final submission. If you mistakenly submit the wrong one, you can head to okpy.org1