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