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

7 lines
68 B
Python
Executable File

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