def temp_stat(temps): """ prints the average, median, std dev, and variance of temps """ pass # replace this pass (a do-nothing) statement with your code #%%