+ 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.
1 Odpowiedź
0
import time
a = time.time()
b=time.ctime()
print(a), print(b)
In Python there is never a place to learn datetime module.... I think it should be added as it is an important on.