1.

Which of the following statements is not true for parameter passing to functions?You can pass positional arguments in any order.(ii)You can pass keyword arguments in any order.(iii)You can call a function with positional and keyword arguments.(iv) Positional arguments must be before the keyword arguments in a function call.​

Answer»

types of ARGUMENTS can be PASSED to a function?

DEFAULT arguments. keyword arguments. POSITIONAL arguments.



Discussion

No Comment Found