First solution in Clear category for Even the Last by inetaprog
def checkio(array): return sum(array[0::2])*array[-1] if array else 0
June 21, 2019