mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
19 lines
125 B
Python
19 lines
125 B
Python
try:
|
|
a
|
|
b
|
|
except c as d:
|
|
e
|
|
f
|
|
except g:
|
|
h
|
|
i
|
|
except:
|
|
j
|
|
k
|
|
else:
|
|
l
|
|
m
|
|
finally:
|
|
n
|
|
o
|