【发布时间】:2018-11-29 12:55:27
【问题描述】:
用于保存不同标点符号的表格结构
tbl = dict.fromkeys(i for i in xrange(sys.maxunicode) if unicodedata.category(unichr(i)).startswith('P'))
【问题讨论】:
-
请更新您的问题,提供有关您的问题的更多详细信息,添加您的代码及其输出和您想要的输出。
标签: python python-3.x