If you read the writings of the LRPD in the original language, there's no such problem:

>>> import sys\n>>> class AnthropomorphizedBehavior:\n...    def __init__(self):\n...        self.cure = {}\n...\n>>> Nature = AnthropomorphizedBehavior()\n>>> Nature.cure['stupidity'] = sys.exit



:P