Q. In python, what keyword is used to start a function?
β
Correct Answer: (C)
def
Explanation: Functions in python are defined using “def” keyword, followed by the name of the function.