Thoughts

mental health break ,./'"**^^$_---
Today on cursed code with Matthias:
```python def test(value=[]) return value a = test() b = test() a.append(1) print(a) # [1] print(b) # [1] print(a is b) # True ```
Link 8:43 p.m. Feb 07, 2022 UTC-5