Scott Shawcroft b057fb8a4b
codeformat
2021-04-19 22:22:44 -07:00

9 lines
85 B
Python

def foo():
foo()
try:
foo()
except RuntimeError:
print("RuntimeError")