摘要: import timedef start_sleep(): time.sleep(3) if __name__ == '__main__': #The start time start = time.clock() #A program which will run for 3 ... 阅读全文
posted @ 2014-08-05 00:33 功夫 熊猫 阅读(649) 评论(0) 推荐(0)