*foo = [1, 2, 3]
foo = [1, 2, 3]
Starred assignment target must be in a list or tuple. Emitted when a star expression is used as a starred assignment target.
list
tuple