First solution in Clear category for Restricted Sum by intspt
def checkio(data): return eval('+'.join(map(str, data)))
Aug. 18, 2014