CBSE Class 12 Computer Science
Question 26 of 103
Working with Functions — Question 2
Back to all questionsboth function name and parameter list
Reason — Function header is the first line of function definition that begins with keyword def and ends with a colon (:), specifies the name of the function and its parameters.