👉 In the context of computing, a portioner is a function that takes two input arguments and returns a value. The output of this function represents the ratio between these two values. For example: ```python def part(a, b): return a / b # Example usage: print(part(5, 10)) # Output: 1.25 ``` In this case, `part` is defined with two parameters, `a` and `b`. It