Determine the age catagory

Here  I tried to write a program which will allow an user to find out if he or she is a child, an teenager, adult or infant any one of those choices. I used input to ask the user about their age. Than I created condition for each categories of those choices that the user can fall under based on their age given. I used age variable to store the given age of the user. Conditions “if” , “elif”, and “else” are the condition and each of them have a print statement based on their condition. So the first “if” will print ” you are an infant.” if the user gives their age from 0 to 4 any number between those ages.