Python 07E - Functions that Return a Value
Functions that return a value must end with a return statement in each terminal fork. The returned value is typically assigned to a variable (or other container) in the calling statement.
Instructor: Stephen Hustedde (CIS156 - Python Level I at South Mountain Community College in Phoenix, AZ