l1 = [‘b‘,‘c‘,‘d‘,‘c‘,‘a‘,‘a‘] l2 = list(set(l1)) print(l2)
原文地址:https://www.cnblogs.com/sea-stream/p/11192557.html
时间: 2024-10-28 19:51:48
l1 = [‘b‘,‘c‘,‘d‘,‘c‘,‘a‘,‘a‘] l2 = list(set(l1)) print(l2)
原文地址:https://www.cnblogs.com/sea-stream/p/11192557.html