Write a function called how_many_bigger that takes two parameters: a list of numbers and an individual number. It returns how many numbers in the list are strictly larger than the individual number.
how_many_bigger