Asabeneh / 30-Days-Of-Python

30 days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than100 days, follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Considering leap year while calculating number of seconds a person had lived

Intelligence247 opened this issue · comments

I have taken the 30DaysOfJavaScript challenge and now on 30DaysOfPython. I had noticed that you don't actually consider the leap year in exercise related to calculating the seconds a person has lived.

In 30DaysOfPython check Day 3 Exercise 1 number 22