What information is provided by a function header in a Python program? Give an example.
Answers
Answered by
3
Answer:
header The first part of a compound statement. Headers begin with a keyword and end with a colon (:) import. A statement which permits functions and variables defined in a Python script to be brought into the environment of another script or a running Python shell.
Similar questions