Python Programming - Functions - Discussion

Discussion Forum : Functions - General Questions (Q.No. 38)
38.
What does the term "function signature" refer to?
The name of the function
The parameters and their types in a function
The return type of a function
A function with a single line of code
Answer: Option
Explanation:
The function signature in Python includes the name of the function, along with the parameters and their types.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.