Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Restricted Sum solution in Clear category for Restricted Sum by Elena_Korljukova
def checkio(data):
return eval(str(data)[1:-1].replace(',', '+'))
Oct. 27, 2020
Comments: