Calculate Age in Years, Months, and Days in Python | Age Calculator Program in Python | PySeek

preview_player
Показать описание
Age calculator in python. You can calculate your age in years, months, and days most accurately using this python program. For example, if the given year of birth is a leap year and the birthday is 29th February and the current year is not a leap year or a leap year, the program will calculate the age correctly.

💻 Source Code
------------------------------------------------------------------------------
------------------------------------------------------------------------------

🍁Feel free to leave your message📩 in the comment section. You'll get a reply soon.

👥Social Media
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------

🎧Background Music
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

thanks for the vid, i have a question tho, why do i get this error?:

Date Format: dd/mm/yyyy
Please Enter Your Birth Date: > 11/02/2002
File "<stdin>", line 1
11/02/2002
^
SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers
>

kostaszounis