Searching for a string from a pre-defined text file before printing ones that don’t match
I’m currently trying to decipher a code using a code breaker that I have to create. I have a list of codes that do not work in the form of a text file and I’m trying to check if the created code is one from the text file, then print the ones that are not.
Trouble Searching and Matching Code from File
I’m currently trying to decipher a code using a code breaker that I have to create. I have a list of codes that do not work in the form of a text file and I’m trying to check if the created code is one from the text file, then print the ones that are not.