Saher El-Neklawy A blog

Life: A python perspective

[sourcecode]
from people import friends

while not dead:
try:
something_new()
except LifeIsToughError:
pass
[/sourcecode]