Your mission is to write a Python program that will calculate a person’s age. It’s practically like artificial intelligence. But not really.
Your program should kick out something like this:

Planning your program:
- you will ask for the person’s name and use it at least twice in the program.
- you will need to think about what variables you need to capture this information.
- remember that you are using a calculation so you need to ask for numbers that are integers. Like this where yearborn is the variable the the int command tells the program to hold the input as an integer: