First solution in Clear category for Restricted Sum by iMrHyde
def checkio(data): return eval('+'.join(map(str, data)))
Sept. 27, 2015
Comments: