i'm supposed to compare the input of any mixture of upper and lowercase characters to a txt file. as long as the user has entered the correct spelling of the answer, it should be marked correctly. i'm lost here. is the easiest way about this to just manipulate the txt file so that the answers are all lowercase and then change the user input to all lowercase? if so, what would the code look like?