Validate User Input with raise

Write a function that validates an age. Raise a ValueError with a clear message when the value is out of range.
Python
Setting up Python environment...
Output