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 Angelika
def checkio(array):
"""
sums even-indexes elements and multiply at the last
"""
dl=len(array)
if dl==0:
n=0
else:
i=0
s=0
while i
Oct. 19, 2016
Comments: