Define about variable length arguments with suitable program
in python
?
Answers
Answered by
0
Answer:
You may need to process a function for more arguments than you specified while defining the function. These arguments are called variable-length arguments and are not named in the function definition, unlike required and default arguments.
Example python program to explain variable passed arguments is attached herewith.
Attachments:
Similar questions