Function output recursion
please tell me how to rework the function so that its output is the opposite. When entering the value -105, it should output (7 5 3), but for me it outputs (3 5 7).
please tell me how to rework the function so that its output is the opposite. When entering the value -105, it should output (7 5 3), but for me it outputs (3 5 7).