import sys,timefor i in range(10): sys.stdout.write("#") sys.stdout.flush() #不一次次刷新会导致一次性写完后才显示 time.sleep(0.5)