Write find_max(numbers) that returns the largest number in the list. If the list is empty, return None.
find_max(numbers)
None