Error: ```py syntax error: Token '[' is unexpected here --> examples/expr2.py:5:13 | 5 | sum([(1, -1)[i % 2] for i in x]) | ^ ```