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

a + 1 = 2
