if type(v) is str:
                res += v + ', '
            else:
                res += str(v) + ', '