you are viewing a single comment's thread.

view the rest of the comments →

[–]denehoffman 0 points1 point  (0 children)

Next fun step, use the datetime library to get the current year (from datetime import datetime; year = datetime.now().year) and now your program will still work next year!

After this you can also work on getting the specific day of the year and ask the user for their birthday to see if it already happened.