Q. Which of the following is used to define a function in Python?
β
Correct Answer: (C)
def
Explanation: `def` is the correct keyword to define a function in Python.