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