import sys,time

for i in range(10):
    sys.stdout.write("#")
    sys.stdout.flush()
    time.sleep(0.1)