Computer Science, asked by ajaysab29, 1 month ago

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 adityajai243
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