"""Should raise SyntaxError: can't assign to operator
or (Python 3.8) cannot assign to operator"""

a-b = 2
