Skip to content

Instantly share code, notes, and snippets.

@BurhanH
Created May 20, 2019 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BurhanH/9b6a8485dbba7095f65e89f91c08f788 to your computer and use it in GitHub Desktop.
Save BurhanH/9b6a8485dbba7095f65e89f91c08f788 to your computer and use it in GitHub Desktop.
import string
s = "What's wrong with ASCII?!?!?"
s.rstrip(string.punctuation)
# 'What's wrong with ASCII'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment