进度条

import sys,time

for i in range(20):
    sys.stdout.write("#")
    sys.stdout.flush()
    time.sleep(0.1)

 

posted on 2017-11-16 18:51  winecork  阅读(65)  评论(0编辑  收藏  举报

导航