What is function header?
Answer:
The first line of the function definition which starts with the ‘def’ keyword is the function header.
Syntax:
def function_name(parameters):
Past Year - 1 Mark Questions
Past Year - 1 Mark Questions
Last updated at Dec. 13, 2024 by Teachoo
Answer:
The first line of the function definition which starts with the ‘def’ keyword is the function header.
Syntax:
def function_name(parameters):