Guest User

Untitled

a guest
Feb 17th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. My code is
  2.  
  3. f=open(file_path_log,"rb")
  4. for lines in f:
  5. lines = lines.encode("utf-8")
  6. lines = lines.strip()
  7. #print lines
  8. if "Max" in lines:
  9. print "in"
  10. print text , 'Text'
Add Comment
Please, Sign In to add comment