Python學習筆記(二十三)——小甲魚第四十四講

0、 import time as t   class Mytimer:     def __init__(self):         self.unit = ['年','月','天','小時','分鐘','秒']         self.borrow = [0,12,31,24,60,60]         self.prompt = '未開始計時'         self.lasted
相關文章
相關標籤/搜索