write a function named sum_values whose parameter is an object/dictionary with strings as keys and decimal numbers as values. your function must returns the sum of the parameter's values.