max_num(nums)
Create a function named max_num() that takes a list of numbers named nums as a parameter.
max_num()
nums
The function should return the largest number in nums