Function Creation

Learn how to create and use functions in Python.

Structure

How do we actually make a function? In Python, a function can be defined using the def keyword in the following format: