🧒 Age Eligibility Checker:
This is a simple Python script that prompts the user to enter their name and age, and then determines whether the user is underage or eligible based on the input age.
🚀 Features
Asks the user to input their name and age
Validates age to determine:
If age < 18 → "You are underage"
If age ≥ 18 → "You are eligible"
Simple and beginner-friendly code