return statement in python example
In Programming, the return statement is used by lots of programmers but in few programs, we didn’t know how the return works. Now, we will learn some interesting about return statements. Return Statement The return is used to end the execution of the program and sends a result back to the caller. Only one return…