콘솔워크

python dict 배열의 중복 제거 본문

프로그래밍/python

python dict 배열의 중복 제거

이휘재123 2022. 12. 26. 10:36
반응형
list = [dict(t) for t in {tuple(d.items()) for d in list}]
반응형