Please enable JavaScript to use CodeHS

Utah Intro to Python 1 Glossary

Flashcards

Course:

Module:

Lesson:

Search:

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`.