Python for Testers #27 – Return Statement in Python

In this Python for Testers Tutorial we will learn how to use Return Statement in python. Return statement in Python is a key component of functions and methods and return statement are used to send Python objects back to the caller code. The returned objects are known as the return value of function and they can be used to perform further computation in your programs.