Import datetime | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 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 Respuesta
0
import time a = time.time() b=time.ctime() print(a), print(b)
14th Oct 2017, 8:16 AM
Kevin AS
Kevin AS - avatar