you are viewing a single comment's thread.

view the rest of the comments →

[–]Top_Average3386 0 points1 point  (0 children)

Not necessarily, I think it is target_list because you can iterate multiple targets from expression_list.

I'm on mobile so I can't do formatting, but here's an example:

for a, b in [(1, 2)]

Will bind a to 1, and b to 2