Import datetime | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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 Réponse
0
import time a = time.time() b=time.ctime() print(a), print(b)
14th Oct 2017, 8:16 AM
Kevin AS
Kevin AS - avatar