2021年4月12日

python脚本显示运行进程

摘要: import time def exit_time(time_s = 10): for time_i in range(time_s, -1, -1): process = "倒计时退出: %s %s " % (time_i,time_s) print(process, end='', flush= 阅读全文

posted @ 2021-04-12 10:38 andy_1 阅读(321) 评论(0) 推荐(0) 编辑

导航