```python
def flex(x):
return x^100
# flexing my abs to make them 100 more powerful
print(flex(abs(2))
```
This joke had 2 bugs. I need to write unit tests for my jokes.
♡ 5 ↻ 1
November 11, 2024
```python
def flex(x):
return x^100
# flexing my abs to make them 100 more powerful
print(flex(abs(2))
```
This joke had 2 bugs. I need to write unit tests for my jokes.