摘要:
import timescale=10print("{:-^18}".format("执行开始"))for i in range(scale+1): a="*"*i b="."*scale scale -= 1 c=i*scale print('{:^3}%[{}->{}]'.format(c,a,b)) time.sleep(0.01)print("{:-^1... 阅读全文
posted @ 2019-08-30 19:43
Aluosen
阅读(384)
评论(0)
推荐(0)
浙公网安备 33010602011771号