I want to find out if the word word 'apple'(word_list) can be built with char_list1 but can not be built with char_list2
word_list=['a','p','p','l','e']
char_list1=['p','a','l','f','p','e']
char_list2=['p','a','l','f','e']
because char_list2 is missing a p