SyntaxFix
Write A Post
Hire A Developer
Questions
This is a dirty hack, but may work.
s2 = "" for i in s: if ord(i) < 128: s2 += i