Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
Well done!
You have completed Python Dates and Times!
You have completed Python Dates and Times!
Instruction
Challenge yourself
Congratulations on completing the functionality for the Birthday App! Now, let's take this project a step further and enhance it. Here are some ideas to challenge yourself:
Age Helper Function: Create a helper function that calculates the age, which both
display_age()
anddisplay_age_difference()
functions can utilize.Date Parsing Function: Develop a helper function tha...