one-liner solution in Creative category for Even the Last by chocobo1355
checkio = lambda l:bool(l) and sum(l[::2])*l[-1]
Oct. 27, 2016