Unpacking operators * and **

Unpacking tuples or lists

A list cannot be used directly

One way is to 'unpack' the items of the list

A shorter way of unpacking a list is to precede its name with an '*'

Unpacking dictionaries

A dict can unpacked by preceding its name with '**'