These are the steps that are going to happen:
Ask the user for thier birth year
Ask the user for the current year
Display their age
Here is a list of requirments to follow:
Needs to use the input() command
Needs to use the print() command
No modules to import
BONUS
Number of lines must be no more then 5 Lines