Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Second solution in Clear category for Restricted Sum by erik.white.2014
def checkio(data):
d = map(str, data)
return eval('+'.join(d))
March 20, 2014
Comments: