Life: A python perspective
[sourcecode]
from people import friends
while not dead:
try:
something_new()
except LifeIsToughError:
pass
[/sourcecode]
[sourcecode]
from people import friends
while not dead:
try:
something_new()
except LifeIsToughError:
pass
[/sourcecode]