Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Even the Last ternary operator, slicing solution in Creative category for Even the Last by Stepan__Timetsky
def checkio(array):
return 0 if not array else sum(array[::2]) * array[-1]
March 2, 2019
Comments: