Im a newbie to python programming. How do you remove all characters in a text except the alphabet? or remove certain characters from the text. For example I want this text.
"#$@^@#$GD@%#DFQ#$%#$"
to print out as:
"GDDFQ"
I've tried googling, and all the answers are so complicated! Is there a simple way to do this?