taller-docker/code/1.ciclo/myapp.py

7 lines
117 B
Python

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