import time for i in range(100): sys.stdout.write("#") # 在屏幕上输出# time.sleep(0.1) sys.stdout.flush() # 刷新功能