Join us and get access to thousands of tutorials and a community of expert Pythonistas.

Unlock This Lesson

This lesson is for members only. Join us and get access to thousands of tutorials and a community of expert Pythonistas.

Unlock This Lesson

Using the Python return Statement Effectively (Summary)

The Python return statement allows you to send any Python object from your custom functions back to the caller code. This statement is a fundamental part of any Python function or method. If you master how to use it, then you’ll be ready to code robust functions.

In this course, you’ve learned how to:

  • Effectively use the Python return statement in your functions
  • Return single or multiple values from your functions to the caller code
  • Apply best practices when using the return statement
Download

Sample Code (.zip)

9.5 KB
Download

Course Slides (.pdf)

2.2 MB

Shubha on Oct. 13, 2021

Great Course! Learnt a lot. Thank you.

aniketbarphe on Dec. 26, 2021

Thank You!

alnah on Sept. 24, 2023

This course was outstanding! It was well-structured, clear, and practical. I especially appreciated the sections on closures, decorators/wrappers, and factories. It provides a good introduction to understanding generators as well. The best practices part was very great! Please do that for functions in Python as well!

Become a Member to join the conversation.