Liste de ponctuation Python

import string

punc_list = string.punctuation #returns a list of punctuation
TheRubberDucky