데이터 분석/[Python] 기초
[Python] 두 리스트 안에 유니크한 값 찾기
INCHELIN
2021. 7. 12. 13:18
728x90
list(set(x).symmetric_difference(set(f))) # x,f는 리스트
728x90