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 mateusz.miekus
def checkio(array):
"""
sums even-indexes elements and multiply at the last
"""
if len(array) != 0:
i=0
s=0
x=len(array)-1
while i
Oct. 29, 2016