177k views
5 votes
A _____________ is the information sent to a function in python

1 Answer

3 votes

Answer:

Formal Parameters

Explanation:

The arguments in the function definition bind the arguments passed at function invocation (i.e. when the function is called), which are called actual parameters, to the names given when the function is defined, which are called formal parameters.

User XYz Amos
by
6.0k points