Monday, February 11, 2013

get current time in second in python

import time
seconds = int(round(time.time()))

0 comments:

Post a Comment