hello. I really need help with this assignment.
the assignment is this:
splitAround(num s, pivot), where nums is an arbitrary list of numbers, and pivot is an arbitrary integer.
splitAround should return a dictionary, with two keys - "above" and "below". "below" should represent a list of values from nums, that are lesser than pivot, and "above" should represent a list values that...