Skip to content
Quincy Larson edited this page Aug 20, 2016 · 1 revision

Python Functions

Previous

Home

Next

Functions are a way to organize code into reusable blocks. As a reminder, functions in Python are "first class objects."

Several built-in functions have been discussed and used previous examples. Just as important is the ability for users to define their own functions.

Clone this wiki locally