Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Easy Unpack solution in Creative category for Easy Unpack by vinc
def easy_unpack(elements, indices=(0, 2, -2)):
return tuple(map(elements.__getitem__, indices))
Oct. 10, 2017