fork download
  1. string = "\"@Jeff_Atwood Thank you for #stackoverflow', 'All hail @Joel_Spolsky t.co/Gsb7V1oVLU #stackoverflow\":!#"
  2. for punc in '":!#':
  3. string = string.replace(punc, '')
  4. print(string)
Success #stdin #stdout 0.02s 9224KB
stdin
Standard input is empty
stdout
@Jeff_Atwood Thank you for stackoverflow', 'All hail @Joel_Spolsky t.co/Gsb7V1oVLU stackoverflow