Files
docker-python3/hello.py
2020-04-13 00:01:21 +02:00

5 lines
79 B
Python

import time
while True:
print('Hello World...')
time.sleep(10)