Computer Science, asked by adam768594, 1 year ago

what is required argument in python​

Answers

Answered by shauryapali
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 TeraBhaii
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