CBSE Class 12 Computer Science
Question 10 of 103
Working with Functions — Question 2
Back to all questionsdef
Reason — The function in Python is defined as per following syntax :
def function_name(parameters):
statementsAccording to this format, function definition begins with keyword def.