Computer Science, asked by swethapretty491, 2 months ago

Explain the calling value - Returning function in python​

Answers

Answered by Anonymous
2

\huge{\underline{\mathtt{\red{ƛ}\pink{N}\green{S}\blue{W}\purple{E}\orange{R}}}} \bold \red♡

A return statement is used to end the execution of the function call and “returns” the result (value of the expression following the return keyword) to the caller. The statements after the return statements are not executed. If the return statement is without any expression, then the special value None is returned.

Answered by MoonxDust
1

A return statement is used to end the execution of the function call and “returns” the result (value of the expression following the return keyword) to the caller. The statements after the return statements are not executed. If the return statement is without any expression, then the special value None is returned.

Mark my answer as Brainlist

Similar questions