摘要: from math import fabs #导入数学模块 from time import perf_counter #导入时间模块 def Bar(i): #动态文本条 N = pow(10,level) a = int((i/N)*50) b = 50 - a Y , N = '*' * a 阅读全文
posted @ 2020-10-11 08:45 Lydia'summer 阅读(157) 评论(0) 推荐(0)