摘要: 1 import time as t 2 3 class MyTimer(): 4 def __init__(self): 5 self.unit = ['年','月','天','小时','分钟','秒'] 6 self.prompt = '未开始计时' 7 self.lasted = [] 8 self.... 阅读全文
posted @ 2019-01-07 17:08 月亮上的石头 阅读(203) 评论(0) 推荐(0)