On Wed, Nov 23, 2016 at 7:13 AM, Dayton Jones <jones.day...@gmail.com>
wrote:

> ah...yes, but then how could I strip the rest (h:m:s) from it?
>
> Enter the numerical month you were born: 3
> Enter the numerical day of the month you were born: 30
> Enter the year you were born: 1989
> 10100 days, 0:00:00
> --
> https://mail.python.org/mailman/listinfo/python-list
>


You'll probably want to use `timedelta`:
https://docs.python.org/3.4/library/datetime.html#timedelta-objects
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to