First solution in Clear category for Restricted Sum by alx.atv.76
def checkio(a): return a.pop()+checkio(a) if a else 0
Jan. 26, 2020