Python array magic solution in Creative category for Even the Last by kryksyh
def checkio(a): try: return sum(a[::2])*a[-1] except: return 0
April 9, 2015