Files
dev/script/task1.py
2018-01-19 10:56:53 +01:00

8 lines
68 B
Python
Executable File

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