Create a function that takes a year as an argument and returns the corresponding Chinese zodiac.
chinese_zodiac(2021) ➞ "Ox"
chinese_zodiac(2020) ➞ "Rat"
chinese_zodiac(1933) ➞ "Rooster"The list of animals used can vary slightly, so check the Resources tab for the list that you will need for this challenge.