摘要:
def quchong(lst): for d in range(len(lst)): for d1 in range(d+1,len(lst)): if set(lst[d])<=set(lst[d1]): lst.pop(d) return lst if set(lst[d1])<=set(ls 阅读全文
posted @ 2025-11-10 17:31
张博的博客
阅读(3)
评论(0)
推荐(0)
contact me:wechat 15122306087