Asked by idk
Morgan says that it doesn’t matter what order you put the arguments in to call a function. Is she correct?
Yes, python will use the variable names to match the arguments to the function parameters.
Yes, As long as the number of arguments matches the number of parameters, the order does not matter.
No, in order for the arguments to be used correclty in the function, they must be in the same order as the parameters.
No, arguments always need to be in alphabetical order.
Yes, python will use the variable names to match the arguments to the function parameters.
Yes, As long as the number of arguments matches the number of parameters, the order does not matter.
No, in order for the arguments to be used correclty in the function, they must be in the same order as the parameters.
No, arguments always need to be in alphabetical order.
Answers
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.