Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Second solution in Clear category for Restricted Sum by juestr
def checkio(data, r=0):
return checkio(data, r + data.pop()) if data else r
May 14, 2019
Comments: