+ 3
Phyton time library
Is there a phyton time library? How it called and how can i use it?
3 Respuestas
+ 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.
+ 6
import time
If you want to know more:
https://docs.python.org/3/library/time.html
+ 3
Thanks for posting this question @שחר ימיני and for the answers @Lothar @Slick @JanMarkus appreciate it.