簡易進度條spa
import sys, time for i in range(10): sys.stdout.write(">") sys.stdout.flush() time.sleep(0.5)