""" one- or two-line summary of what the function does Parameters: parameter_name -- [Explanation of the purpose of this parameter to the function. Write one explanation for each formal parameter of this method.] Returns: [If this function sends back a value via the return statement, describe the purpose of that value here, otherwise state 'None.'] """