Skip to content
import matplotlib.pyplot as plt 
import seaborn as sns
import numpy as np
import pandas as pd 

weight = [4,5,4,3,2]
height =[10,4,2,1]