Third solution in Clear category for Even the Last by ArchTauruS
def checkio(array): return sum(array[::2]) * array[-1] if array else 0
Oct. 28, 2018