6 lines
90 B
Python
6 lines
90 B
Python
from demo import Solution
|
|
|
|
|
|
s = Solution()
|
|
print(s.findMedianSortedArrays([1, 2], [3,4]))
|