How do we use a function call as an expression?

We call the function with the loop variable as an argument, to apply it on each list elementWe call the function without any argument

We call the function with the loop variable as an argument, to apply it on each list element.