TIL that on Windows, the officially-sanctioned* way of launching Python 3 from the command line is to type
python
On Linux and Mac, that would launch Python 2, if it were installed at all. The correct command is `python3`
The Python 2 -> 3 Keystone Kops farce keeps giving ...
---
*: as far as I can see