Files

7 lines
100 B
Python

def foo(x):
<selection>try:
print(1)
finally:
pass</selection>
return x