eval() solution in Clear category for Restricted Sum by martin.pilka
def checkio(data): return eval('+'.join(map(str, data)))
Jan. 24, 2019
Comments: