SyntaxFix
Write A Post
Hire A Developer
Questions
You mean this?
from string import punctuation, digits takeout = punctuation + digits turnthis = "(fjskl) 234 = -345 089 abcdef" turnthis = turnthis.translate(None, takeout)[::-1] print turnthis