Q. Which Python keyword is used to declare a function? (A) function (B) define (C) def (D) fun ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) def Explanation: `def` is used to declare a function.