Question: Create a single Jupyter / IPython notebook ( see the Artefacts section below for all the requirements read the whole task specification first! ) ,

Create a single Jupyter/IPython notebook (see the Artefacts section below for all the requirements read
the whole task specification first!), where you perform what follows.
Do not use numpy nor pandas. This is an exercise on base Python.
1. Input three Python lists of identical lengths (at least five items each) giving basic data on your
friends/family, for example:
names =["Barbara", "Anne", "Greg", "Maggie", "Nynke"]
heights =[173,161,180,158,177] # in centimetres
weights =[61,79,83,58,57] # in kilograms
It is assumed that names[i] gives the name of the i-th person whose height in centimetres is
heights[i] and weight in kilograms is weights[i].
You should enter different data, not exactly the values above.

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!