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