Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
boolean operations solution in Creative category for Even the Last by David_Jones
def checkio(array):
return (not array or array[-1]) * sum(array[::2])
June 17, 2019
Comments: