Write a function that accepts a list as an argument (assume the list contains numeric values) and returns theaverage of the values that are greater than 80 in the list.(using python)
Also, write the calling statement to this function to demonstrate how it works.