Write a Python program that asks the user for their age and categorizes them into one of four categories: infant (below 1 year), child (1 to 12 years), teenager (13 to 19 years), or adult (20 and above). Print the category to the console.
Example:
Input: 17
Output: You are a teenager.