Python for Testers #27 - Return Statement in Python

preview_player
Показать описание
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.

Help me in spreading the knowledge, please hit LIKE, SHARE, and SUBSCRIBE for the latest tutorials. More tutorial playlists below:

🔶 ENROL IN MANY FREE TRAININGS ON RCV ACADEMY PORTAL 🔶

🔶 FOLLOW US ON TWITTER 🔶

🔶 LIKE US ON FACEBOOK 🔶

🔶 OUR TUTORIAL WEBSITES 🔶

🔶 GET MY TRAININGS ON UDEMY 🔶

#PythonForTesters #PythonTutorial #PythonForBeginners #Python #SeleniumPythonTutorial #TestAutomation #RcvAcademy #SoftwareTestingMentor

Join this channel to get access to perks:
Рекомендации по теме
Комментарии
Автор

Amazing ....this is the first time I understood the actual need or use of return statement otherwise I used to think if there is print statement then y to use return unneccessary :D

nehamishra
Автор

When I am running after giving triple quote, Its giving an error "unterminated triple-quoted string literal (detected at line 12)"

vishaldhell