4 lines
89 B
Python
4 lines
89 B
Python
try:
|
|
print abs(bloop)
|
|
except (NameError, TypeError):
|
|
print "Something's missing"
|