Python Programming - Functions - Discussion

Discussion Forum : Functions - General Questions (Q.No. 5)
5.
What does the term "function signature" refer to?
The name of the function
The entire function body
The list of parameters and their types
The return statement of the function
Answer: Option
Explanation:
The function signature includes the name of the function and the list of parameters along with their types.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.