Daftar tanda baca Python

import string

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