This was an introduction to data science assignment where I was required to create three lists and then use these lists to answer some questions which included: – Looping through the heights and weig


This was an introduction to data science assignment where I was required to create three lists and  then use these lists to answer some questions which included:

– Looping through the heights and weights to create a new list of BMI.

– Looping through the BMI list to create new lists of BMI Prime and BMI category based on a name’s BMI.

– Visualizing BMI and BMI prime using matplotlib.pyplot.

– Writing the a summary after every code segment.

The question was testing on the student’s understanding in numpy arrays, lists and matplotlib. To further see the question for better understanding, click on the attached file (SIT220_SIT731-1P-TaskSheet.pdf).