Concept Flow - Function definition and syntax
Start
Define function with def
Function name and parameters
Function body indented
Function ends
Call function to run it
Function runs and returns
End
This flow shows how a function is defined with def, given a name and parameters, has an indented body, and then is called to run.