I am writing a simple program for a homework problem and It seems to be skipping my if statement. I have looked at other questions posed, and the problems there do not seem to b
Replace if i in secretWord == False: with if i not in secretWord
if i in secretWord == False:
if i not in secretWord