Python Basics Tutorial Datetime TimeDelta

preview_player
Показать описание
Learn how to use timedelta from datetime module for python programming

twitter: @python_basics

#pythonprogramming #pythonbasics #pythonforever
Рекомендации по теме
Комментарии
Автор

so, datetime.timedelta() stores a number that represents time increments and depending on the context of the program, the program can use datetime.timedelta() to change another datetime object? Am I understanding this correctly?

elshroomness
Автор

Can I do the subtraction of two times and get the return value as timedelta ??

That would be really helpful.

rahul_bali