- Write example uses. Dont add extra spaces before/after the output
- Write function header and add the Python Docstring immediately after the header. Ensure there is a Precondition
The header can have a Return Annotation, but it is not required
- Write function description
- Write the body
- Test the function with Python Doctest