Examveda
Examveda

What does the return statement in a function do?

A. It specifies the value to be returned from the function

B. It ends the execution of the function

C. It prints the result on the screen

D. It defines the function's name

Answer: Option B


This Question Belongs to Python Program >> Functions In Python

Join The Discussion

Related Questions on Functions in Python