OMG. I need to create flash cards for all the unexpected operators.
```python
❯ python
Python 3.12.10 (tags/v3.12.10:0cc8128, Apr 8 2025, 12:21:36) [MSC v.1943 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> 10^(-1)
-11
>>>
```