Computer Science, asked by kangym727, 7 months ago

for python users, help! can you maybe help me with a code? if you input a year, a month and a day, then it need to calculate how many days there is already passed from the year ,month, and day that you have input. if you get what i mean. thanks!

Answers

Answered by priyahasinidevara129
1

Explanation:

Given birth date in y/m/d format, write a Python program to find the present age in years.

Examples:

Input : 1997/2/3

Output : 21 years (for present year i.e 2018)

Input : 2010/12/25

Output : 8 years (for present year i.e 2018)

hope this helps u a lot ☺️

Mark me as a BRAINLIST (◍•ᴗ•◍)❤

Similar questions