Q. Which of the following is a valid function name in Python?
β
Correct Answer: (C)
sum_nums
Explanation: Function names must begin with a letter or underscore and contain only alphanumerics or underscores.