CBSE Class 12 Computer Science
Question 45 of 103
Working with Functions — Question 3
Back to all questionsTrue
Reason — The first line of function definition that begins with keyword def and ends with a colon (:), which specifies the name of the function and its parameter is called function header.