Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
python is slow but python is powerfull ^^' solution in Clear category for Even the Last by Mesure
def checkio(array: list) -> int:
return 0 if not array else sum(array[::2]) * array[-1]
June 11, 2021
Comments: