First solution in Clear category for Restricted Sum by MrlaiHS
def checkio(data): return eval("+".join(map(str,data)))
Feb. 18, 2020