One line solution in Creative category for Even the Last by VitGadurek
def checkio(array): return sum(array[::2])*([0] + array)[-1]
May 21, 2015
Comments: