You are viewing a single comment's thread from:RE: [Python Tips] DestructuringView the full contextemrebeyler (74)in #programming • 7 years ago (edited)I guess the correct word is unpacking. :)
Unpacking is when using the unpacking operators
*
and**
.