Hello World, Input Name, Age

Write a program hello_world_input_name_age.py that asks the user to enter their name and age. The program should store the user's name in a variable called name and the user's age in a variable called age. The program should then print out a personalized message telling the person how old they will be next year.

Sample interaction:

Hello! Enter your name, please: Richard
And how old are you? 23
That's great! Next year at this time, you will be 24 years old!