#Write a function std() that takes in a DataFrame and the name of a column, and returns the standard deviation of all the data in that column. Test your function on the Height and Weight columns.