from demo import Solution s = Solution() print(s.findMedianSortedArrays([1, 2], [3,4]))