pass-list-as-argument-to-a-function
Pass List as Argument to a Function
You can send any data types of argument to a function (string, number, list, dictionary etc.), and it will be treated as the same data type inside the function.
Example
Source: W3Schools
Last updated