QuadExcel.com

Python Tricks: Unpacking tuples, lists, and other iterators

Python Tricks: Unpacking tuples, lists, and other iterators

Iterator unpacking (or multiple assignment) is a powerful Python technique in which there are multiple variables on the left-hand side of assignment (like so: x, …

source

Exit mobile version