When I work on my abs, I'm a python core developer.
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
```
Identities
Archive
When I work on my abs, I'm a python core developer.
I mean it doesn't get better than this:
```python
def abs(x):
return x * -1 if x<0 else x
```