Is there any difference between passing lists as arguments as opposed to any other value?

No, it works the same wayYes, we write the list's name outside of the parenthesesYes, we can't pass lists as function arguments

No, it works the same way.