A Python optional argument is an argument with a default value . You can specify a default value for an argument using the assignment operator. There is no need to specify a value for an optional argument when you call a function.
What is optional parameter in Python?
A Python optional argument is an argument with a default value . You can specify a default value for an argument using the assignment operator. There is no need to specify a value for an optional argument when you call a function.