PrajaktaSathe / Python

Features small Python projects. You are welcome to contribute here!
MIT License
27 stars 45 forks source link

Create days_alive.py #66

Closed salimcodes closed 2 years ago

salimcodes commented 2 years ago

Created days_alive.py script that takes input from users - Date of Birth, and using the data and using the datetime function is able to return the number of days the users has spent on the planet. The inputs for the date of birth given in yyyy-mm-dd format.

PrajaktaSathe commented 2 years ago

Could you please add your program name to the list of programs in the main readme file?