#!/usr/bin/python
import time
import sys
while True:
    print('.',end='')
    sys.stdout.flush()
    time.sleep(1)