Computer Science, asked by manjudeepak1983, 10 days ago

Write a python program to accept date of birth of the user and display his age as on 1
Apr 2021.​

Answers

Answered by tamannaclasses
0

Explanation:

Python program to calculate age in year

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)

please mark me brainliest

Similar questions