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 wolicki.mikolaj
def checkio(array):
"""
sums even-indexes elements and multiply at the last
"""
d=len(array)
if d==0:
return 0
suma=0
i=0
while i
Oct. 13, 2016