I have a wordlist that contains returns to separate each new letter. Is there a way to programatically delete each of these returns using file I/O in Python?
Edit
simply use, it solves the issue.
string.strip("\r\n")