what is required argument in python
Answers
Answered by
2
Answer:
Python has a different way of representing syntax and default values for function arguments. Default values indicate that the function argument will take that value if no argument value is passed during function call. The default value is assigned by using assignment(=) operator of the form keywordname=value
please give me brainiest and follow me
Answered by
8
Answer:
- When the function call statement must match the number and order of arguments as defined in the function definition this is called the positional argument matching.
Similar questions
English,
6 months ago
Math,
6 months ago
Physics,
1 year ago
Social Sciences,
1 year ago
Environmental Sciences,
1 year ago
English,
1 year ago
Math,
1 year ago