Vidyalelo
Python · Q10

Functions in Python

Programming · Python · question 10

Q10

What is the purpose of the return statement in a function?

A.
It specifies the value to be returned from the function
B.
It defines the function's name
C.
It ends the execution of the function
Answer
D.
It prints the result on the screen

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board