Why is the Python interpreter not raising exception on the expression?
$ python3
Python 3.10.6 (main, May 29 2023, 11:10:38) [GCC 11.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> a : 2
>>>
I'd expect a syntax error.