import time
def timeout():
    for i in range(100):
        print ("2ch umer",i," raz")
        time.sleep(10)
while True:
    timeout()