Create a function that takes the number of people u in a room and calculates the probability that any two people in the room share the same birthday. Round the result to two decimal places.
probability(7) ➞ 0.06
probability(15) ➞ 0.25
probability(12) ➞ 0.17