This is a simple Age Checker Project built using Python. The program takes a user's birth year (or age) as input and checks whether the user is a Child, Teenager, Adult, or Senior Citizen. It demonstrates the use of input handling, conditional statements (if-else), and basic logic building in Python.