리스트 비교 후 서로 다른 항목만 가져오기

allshort_list = []
for i in short_list :
    if i not in collapsed_list :
        allshort_list.append(i)