Python Programming - Functions - Discussion

Discussion Forum : Functions - General Questions (Q.No. 23)
23.
How do you define a default value for a function parameter?
Using the default() keyword
Using the set_default method
Using the default_value parameter
Using the parameter=default_value syntax
Answer: Option
Explanation:
Default values for function parameters are specified using the parameter=default_value syntax.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.