问答题

阅读以下程序,填写运行结果_______________.
lst=[(1,3),(4,2),(6,8),(3,0)]lst.sort(key=lambda x:x[1])print(lst[2])

答案: (1, 3)或(1,3)
微信扫码免费搜题