Q. Which keyword returns a value from a function?

A
yield
B
exit
C
return
D
break
Solution:

The return keyword sends a value back from a function, e.g., return x + y.

Entri Contact Image

Get Expert Advice for Free: Register for Your Free Consultation Now!