lambda solution in Clear category for Even the Last by brispol19
checkio = lambda array: sum(array[::2]) * array[-1] if array else 0
Feb. 26, 2020