SyntaxFix
Write A Post
Hire A Developer
Questions
If you prefer not to use regex, you might try
''.join([i for i in s if i.isalpha()])