Upload code
This commit is contained in:
5
RandomOtherStuff/timetest.py
Executable file
5
RandomOtherStuff/timetest.py
Executable file
@@ -0,0 +1,5 @@
|
||||
import time
|
||||
|
||||
print ("time.time(): %f " % time.time())
|
||||
print (time.localtime( time.time()))
|
||||
print (time.asctime( time.localtime(time.time())))
|
||||
Reference in New Issue
Block a user