You can unpack a Python iterable (such as list, tuple, string) by assigning the items of that iterable to different variables.
You can unpack a Python iterable (such as list, tuple, string) by assigning the items of that iterable to different variables.