Functions

Overview

What does this section cover?

This section takes on the topic of functions. Functions are widely known in various programming languages and Python is no exception.

That said, as presumed, function logic differs for each programming language and our focus today is on Python.

We'll be introducing the basics of functions in Python, the logic they support, and how they act in code. Thus, we'll be moving forward with function arguments and return values.