Given that my_val is a list of float values, which of the following is an example of a built-in function?
a. my_val.capitalize()
b. my_val.title()
c. len(my_val)
d. average(my_val)

Respuesta :