# coding=utf-8 # Author: RyAn Bi import sys,time for i in range(50): sys.stdout.write("#") #写入进度条 sys.stdout.flush() #刷新,否则没有逐步走动的效果 time.sleep(1) #时间间隔