Import datetime | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Import datetime

In Python there is never a place to learn datetime module.... I think it should be added as it is an important on.

3rd Oct 2017, 11:17 AM
EMMANUEL OLUYOYIN OLUWATIMILEYIN
1 Answer
0
import time a = time.time() b=time.ctime() print(a), print(b)
14th Oct 2017, 8:16 AM
Kevin AS
Kevin AS - avatar