Function Definitions in Python

Feb 23, 2015 • Matt Dickenson

My concept map is for the lesson Creating Functions in the Python course material. I chose to illustrate how a function is organized, from the def keyword, to the function name, to parameters, to the body, to the return statement.

Here’s my map:

Concept map for functions in Python