DSUDLER377 DSUDLER377 11-01-2024 Computers and Technology contestada 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)