pozycje z listy nie na innej liście Python
main_list = list(set(list_2) - set(list_1))
Creepy Cat
main_list = list(set(list_2) - set(list_1))