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 dzhamal.bakriev
def checkio(array):
try:
return array[-1]*sum(array[::2])
except:
return 0
May 27, 2020
Comments: