Skip to content

Instantly share code, notes, and snippets.

@vaclavcadek
Created April 28, 2014 12:44
Show Gist options
  • Save vaclavcadek/11370752 to your computer and use it in GitHub Desktop.
Save vaclavcadek/11370752 to your computer and use it in GitHub Desktop.
Remove punctuation from string
import string
'!Hello,'.strip(string.punctuation)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment