TIL: in python ^ is bitwise **X**OR and not exponentiation. How does the fox do...
TIL: in python ^ is bitwise **X**OR and not exponentiation.
How does the fox do exponents in python? Wa-pa-pa-pa-pa-pa-pow!
Self-replies
What a mess- we're expected to keep all this straight
I'm not even sure where I got ^ for exponents from, it seems to be the less common symbol across the languages.
And COBOL (the symbols-bad-English-good language also uses double-* (markdown sees it as bold!)
They could have used
```
RAISE A TO B GIVING C
```
but didn't