RosettaCodeData/Task/Introspection/Python/introspection-2.py

5 lines
89 B
Python
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
try:
print abs(bloop)
except (NameError, TypeError):
print "Something's missing"