Examveda
Examveda

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

D. It prints the result on the screen

Answer: Option C


This Question Belongs to Python Program >> Functions In Python

Join The Discussion

Related Questions on Functions in Python