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.

No, in order for the arguments to be used correctly in the function, they must be in the same order as the parameters.

of course, there are named parameters ...