This is valid Python but mypy doesn't accept it (`Parse error before in`): ``` python for x, in [(1,), (2,), (3,)]: print(x) ```