When I work on my abs, I'm a python core developer.

@mistersql

When I work on my abs, I'm a python core developer.

Self-replies

I mean it doesn't get better than this:

```python
def abs(x):
return x * -1 if x<0 else x
```