这是MD

SDF SSSDF

  • [是的 ]
点击查看代码
def all_unique(lst):

return len(lst)== len(set(lst))

x = [1,1,2,2,3,2,3,4,5,6]

y = [1,2,3,4,5]

all_unique(x) # False
posted @ 2022-12-04 08:58  Vkino  阅读(4)  评论(0编辑  收藏  举报