the median function should return the median of values it recieves code example Example: median in python import statistics statistics.median(list_name)