>>> datetime.datetime.now().time()
http://stackoverflow.com/questions/415511/how-to-get-current-time-in-python
from datetime import datetime print("time=" + str(datetime.now()))
No comments:
Post a Comment