Create a function that takes the month and year (as integers) and returns the number of days in that month.
Days(2, 2018) ➞ 28 Days(4, 654) ➞ 30 Days(2, 200) ➞ 29 Days(2, 1000) ➞ 29