发布时间:2019-09-22 07:41:01编辑:auto阅读(2053)
Python版本:3.4.1
>>> import re
>>> punc = '[,.!\']'
>>> data = 'a,b.c!d\''
>>> print (re.sub(punc, '', data))
abcd
上一篇: python改变索引总结
下一篇: python 常用包总结
51559
51130
41656
38411
32901
29875
28593
23553
23484
21829
1977°
2681°
2242°
2175°
2620°
2193°
2937°
4865°
4698°
3345°