Write a program which asks the user to enter their age and


PYTHON

Write a program which asks the user to enter their age and outputs if they are an infant, a child, a teenager or an adult. Use the following rules:

1) ages 1 or less means the person is an infant

2) ages older than 1 but younger then thirteen means the person is a child

3) ages at least thirteen but younger than twenty means the person is a teenager

4) ages twenty and over means the person is an adult

Sample program output:

Please your age: 14 You are a teenager

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Write a program which asks the user to enter their age and
Reference No:- TGS02908400

Expected delivery within 24 Hours