First solution in Clear category for Restricted Sum by saklar13
checkio = lambda data: data.pop() + checkio(data) if data else 0
Dec. 25, 2014