One string solution in Creative category for Restricted Sum by Oleh_Martyniuk
def checkio(data): return eval('+'.join(map(str, data)))
Aug. 3, 2017