Q. Which of these statements is used to define a function?
β
Correct Answer: (C)
def
Explanation: `def` is the keyword used to define a function.