Buildin Module Python Tutorial

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