Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Boring solution in Clear category for Even the Last by Vulwsztyn
def checkio(array):
"""
sums even-indexes elements and multiply at the last
"""
s=0
if len(array)>0:
i=0
while (i
Oct. 14, 2016