Project: Birthday Calculator
Solve the project to calculate age using Python!
We'll cover the following...
We'll cover the following...
Task
Ask the user for their birth year, then calculate and display their age.
If you don’t know how to do this, click the “Show Hint” button.
# Write your code here.
Code asking for birth year and calculating age
...