shorty MCshortface solution in Creative category for Even the Last by ZweiStein
checkio=lambda a:sum(a[::2])*a[-1]if a else 0
May 17, 2019