Dockerfile
This commit is contained in:
parent
4038adf14d
commit
8c779e180c
3 changed files with 9 additions and 12 deletions
4
test.py
4
test.py
|
|
@ -2,9 +2,9 @@ from time import sleep
|
|||
|
||||
|
||||
def main():
|
||||
while True:
|
||||
for _ in range(100):
|
||||
print('Hello, World!')
|
||||
sleep(1)
|
||||
sleep(3)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue