Posts by SZJ08 • 23 points
1 post
-
2
votes1
answer413
viewsQ: Testing if a String is inside a File. txt
Hello I’d like to know how I compare a user-typed string with the strings contained in a file. txt My last attempt was like this , but I did not get the result I wanted: f = open("Testando.txt","r")…