asked 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.

answered
User XYz Amos
by
8.0k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.