the first line in the function defenation is known as
Answers
Answered by
10
Explanation:
function definition specifies the name of a new function and the sequence of statements that execute when the function is called. ... The first line of the function definition is called the header; the rest is called the body. The header has to end with a colon and the body has to be indented
Answered by
7
Answer:
function definition specifies the name of a new function and the sequence of statements that execute when the function is called. ... The first line of the function definition is called the header; the rest is called the body. The header has to end with a colon and the body has to be indented.
Similar questions