This is an example of a module level function. Parameters ---------- param1 : int The first parameter. param2 : Optional[str] The second parameter. *args Variable length argument list. **kwargs Arbitrary keyword arguments.