As a little experiment I'm trying to add a builtin into python, which could be done via auto importing with a pre processor or something. I don't know, whats the best way to go around this?
**EDIT: ** Thank you @wjandrea for telling me I would have to recompile python to acomplish my 'little experiment' lol. Fixed Gramar and Made Question clearer