Tag: python unpack collection

  • python – unpack a collection

    If you have a collection of values in a list, tuple etc. Python allows you to extract the values into variables. This is called unpacking. This is also called de-structuring in javascript. example