>>> exit = True >>> exit True >>> exit() Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: 'bool' object is not callable
Nope.
>>> __builtins__.exit()