Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions