How Many Bigger
Geoffrey Challen // 1.0
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.
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.