8 lines
68 B
Python
Executable File
8 lines
68 B
Python
Executable File
|
|
|
|
print "Start 1"
|
|
|
|
try:
|
|
sleep(2)
|
|
finally:
|
|
print "Quit 1" |