Files
dev/script/task1.py
2020-10-12 18:03:27 +02:00

8 lines
70 B
Python
Executable File

print "Start 1"
try:
sleep(0.1)
finally:
print "Quit 1"