Exercise: Assign Value Based on Condition

Use an if statement to assign 'Adult' to status if age is 21 or older.
Python
Setting up Python environment...
Output