2016年2月8日 星期一

Python Standard Library time

Python Standard Library裡有time module提供相關的功能



例如

想要暫停現在的動作可以使用sleep

time.sleep(1)


程式就會暫停1秒,再執行後面的動作

取得現在的時間可以用ctime

time.ctime( )

會回傳 星期 月份 日期 時:分:秒 年的型式,例如Mon Feb 08 23:24:26 2016

參考網站
https://docs.python.org/2/library/time.html

沒有留言:

張貼留言