import sys,time

for i in range(20): sys.stdout.write("#") #在屏幕上输出 sys.stdout.flush() #刷新出来 time.sleep(10) # 睡眠时间