import time
for i in range(10):
print("Nada que hacer. Hibernando 1 segundo : {}".format(i))
time.sleep(1)