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