How can we access the list that we pass as an argument inside the function?

Through the function's parameterWe can't access a list once we pass it to a function

Through the function's parameter.