Shorter solution in Clear category for Even the Last by maxadamski
def checkio(a): return sum(a[::2]) * a[-1] if a else 0
Oct. 21, 2017