Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Clear category for Easy Unpack by big_h_chicken
def easy_unpack(elements: tuple) -> tuple:
return elements[0], elements[2], elements[-2]
Aug. 2, 2019