Q. Which keyword is used to define a function in Python?
β
Correct Answer: (B)
def
Explanation: In Python, the `def` keyword is used to define a function. Example: `def my_function():`