What all information does a function header give you about the function ?
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.
def