63.7k views
0 votes
Which answer below correctly identifies two parts

of a function?

1 arguments and executables
2 arguments and statements
3 statements and Python
4 executables and programs

User Imperalix
by
5.4k points

1 Answer

3 votes

Answer:

2: arguments and statements

Step-by-step explanation:

A function does need to be passed arguments, unless it does not take any. And executables are a special type of file that can be executed, eliminate 1.

Eliminate 3, we absolutely do not know that Python is being used here

Eliminate 4, as there are no executables, even though programs are a part of a function.

User Samuel Kim
by
4.5k points