返回顶部
摘要: 一、实例1:实现秒表: 1 import time 2 3 print('按下回车开始计时,按下 Ctrl + C 停止计时。') 4 while True: 5 try: 6 input() # 如果是 python 2.x 版本请使用 raw_input() 7 starttime = time 阅读全文
posted @ 2019-08-19 21:06 Be-myself 阅读(407) 评论(0) 推荐(0) 编辑
levels of contents 点击查看具体代码内容