```python def flex(x): return x^100 # flexing my abs to make them 100 more...

@mistersql

```python
def flex(x):
return x^100
# flexing my abs to make them 100 more powerful
print(flex(abs(2))
```

Self-replies

This joke had 2 bugs. I need to write unit tests for my jokes.