可打印字符

>>> import string
>>> string.punctuation
'!"#$%&'()*+,-./:;<=>?@[]^_`{|}~'

原文地址:https://www.cnblogs.com/sea-stream/p/10136134.html