I am trying to figure out how to convert a file.txt into a string so I can use the find() operation to find certain text in a .txt file. Does anyone know how to convert a .txt file into a string using python 3?
First Time Asking A Question On Stack Overflow
-Sorry if it’s bad