Please enable JavaScript to use CodeHS

CodeHS Glossary


Return Python

Exits a function, optionally passing back an expression to the caller. A `return` statement with no arguments is the same as `return None`.