First solution in Uncategorized category for Even the Last by htamas
def checkio(array): return sum(array[::2]) * sum(array[-1:])
Feb. 19, 2014
Comments: