如果他接受这个 [(10,'Mike'),(20,'Jack'),(10,'Bob')]
[(10,'Mike'),(20,'Jack'),(10,'Bob')]
(10,'Mike') and not (10,'Bob') ?
(10,'Mike') and not (10,'Bob')
不 heapq examples of the documentation
heapq
这与sorted(iterable)类似,但与sorted()不同的是 执行不稳定。