You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.