I am currently using if "not" or "missing" in temp_reader:
However, it looks like it is not working.
It always go inside of the if loop even if not or missing is not there.
How can I fix this, so that it only foes inside of the loop if a text file contains not or missing?