First solution in Clear category for Restricted Sum by firexd2
def checkio(data): return eval("+".join(list(map(str, data))))
May 19, 2017