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

See Answers (1)

Suggested Answer

Answer:2: arguments and statementsExplanation: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 hereEliminate 4, as there are no executables, even though programs are a part of a function.

Related Question in Computers and Technology