Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Clear category for Even the Last by bartorbard
def checkio(array):
array=array
if len(array)== 0:
return 0
last = array[len(array)-1]
n=0
theSum = 0
while (n
Nov. 27, 2016