First solution in Clear category for Even the Last by ljwoodward
def checkio(array): return sum(array[::2]) * array[-1] if array else 0
Nov. 14, 2018