摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- import sys,time for a in range(101): #print a b = 100 -a #print b #sys.stdout.write(("\r[%s%s]%0.2f%%" %("#"*a,b*"",float(a)))) sys.s... 阅读全文
posted @ 2017-10-14 15:36 梦徒 阅读(356) 评论(0) 推荐(0)