2. Write a python program to accept date of birth of the user and display his age as on 1
Apr 2021.
Answers
Answered by
2
Answer:
HOPE THIS HELPS YOU.. :)
Explanation
date=int(input("ENTER YOUR DATE OF BIRTH"))
month=input("ENTER YOUR BIRTH MONTH")
year=int(input("ENTER YOUR BIRTH YEAR"))
print(date, month, year)
Similar questions