- [x] [Assignment expressions](https://www.python.org/dev/peps/pep-0572/). - [ ] [Type hints](https://www.python.org/dev/peps/pep-0484/). - [ ] [With statement](https://www.python.org/dev/peps/pep-0343/). - [x] `print` function keyword arguments (`sep`, `end`, `file`, `flush`). Use existing feature [`keyword_argument`](https://github.com/laowantong/paroxython/blob/master/paroxython/resources/spec.md#feature-keyword_argument).