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

5 lines
89 B
Python
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
try:
print abs(bloop)
except (NameError, TypeError):
print "Something's missing"