eval solution in Clear category for Restricted Sum by kdim
def checkio(data): return eval("+".join(map(str,data)))
Oct. 2, 2022
Comments: