i have this problem;
i load in the IDLE a .txt with a bunch of different words, so in my code i want to assert that certain string included in the function i am defining is in this .txt file, but i keep getting AssertionError
for example, in my shell, for test if a word i know is in the file i put
--> 'AA' in WORDLIST
False
when the result i'm looking for it's 'True', because in the .txt i know there is an AA word writte it there thanks for help