Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Uncategorized category for Even the Last by Moff
def checkio(a):
return sum(a[i] for i in range(0, len(a), 2)) * a[-1] if a else 0
July 18, 2015