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

User Payo
by
6.7k points

2 Answers

1 vote

Answer:

argument

Step-by-step explanation:

User Chavonne
by
5.4k points
4 votes

Answer:

Formal Parameters

Step-by-step 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 AgBorkowski
by
5.8k points