list1 = ["aaa", "bba", "bb"]
list2 = ["aav", "bb", "ace"]
list3 = (the elements in list1 and list2)
list4 = (the elements in list1 but not in list2)
So, I have 2 lists here and I want to check the elements that are in both lists and the elements that exist in list1 and not in list2