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