Time Operations : Time : Buildin Module PYTHON TUTORIALS


PYTHON TUTORIALS » Buildin Module » Time »

 

Time Operations


import time
t = time.localtime()
print t
print t[3]
print t[4]
print t[5]



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Buildin Module
» Time