''' Write a Python function (beginning with " ''' def function_name(arguments): """ Brief description of what the function does. Parameters: argument_name (argument_type): Description of the argument. Returns: return_type: Description of the return value. """ # Function code goes here return output_value