Phyton time library | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Phyton time library

Is there a phyton time library? How it called and how can i use it?

21st Jul 2020, 10:38 AM
שחר ימיני
שחר ימיני - avatar
3 Answers
+ 7
As the documentation from python time module covers the use with some samples, you are recommended to work through it. https://docs.python.org/3.7/library/time.html There is also a module named datetime, that also enables you to work with time dates.
21st Jul 2020, 10:46 AM
Lothar
Lothar - avatar
+ 6
import time If you want to know more: https://docs.python.org/3/library/time.html
21st Jul 2020, 10:39 AM
Slick
Slick - avatar
+ 3
Thanks for posting this question @שחר ימיני and for the answers @Lothar @Slick @JanMarkus appreciate it.
27th May 2021, 1:27 AM
EO4Wellness
EO4Wellness - avatar