Learn
Lists and Functions
Passing a list to a function
You pass a list to a function the same way you pass any other argument to a function.
Instructions
1.
Click Run to see that using a list as an argument in a function is essentially the same as using just a number or string!