100k views
5 votes
What part of the code is a signal for the function to execute and pass back a value?

1.the parameter
2.the return statement
3.the keyword argument
4.the exit line

User Pablorc
by
5.1k points

2 Answers

6 votes

Answer:

2

Step-by-step explanation:

User Peter Richter
by
5.8k points
3 votes

Answer:

The answer is the return statement.

User Fall
by
5.4k points