摘要: 指数分布与伽马的推导,剖析过程. 阅读全文
posted @ 2021-10-22 21:18 余鑫2020 阅读(35) 评论(1) 推荐(0)
摘要: # 暂停一秒输出。 1 import time 2 time.sleep(1) 3 print("暂停一秒输出") 阅读全文
posted @ 2021-10-22 19:39 余鑫2020 阅读(46) 评论(0) 推荐(0)
摘要: # 暂停一秒输出,并格式化当前时间。 1 import time 2 print(time.strftime('%Y-%m-%d %H:%M:%S', time.localtime(time.time()))) 3 time.sleep(1) 4 print(time.strftime('%Y-%m 阅读全文
posted @ 2021-10-22 19:38 余鑫2020 阅读(86) 评论(0) 推荐(0)