Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Why do it simple when we can do it more complex? solution in Creative category for Easy Unpack by bsquare
def easy_unpack(elements):
return tuple([elements[index] for index in (0, 2, -2)])
Sept. 18, 2019
Comments: