次の方法よりも簡単な方法があるはずです。
import string
s = "string. With. Punctuation?" # Sample string
out = s.translate(string.maketrans("",""), string.punctuation)
ある?
The temperature in the O'Reilly & Arbuthnot-Smythe server's main rack is 40.5 degrees.
」には、正確に1つの句読文字、2番目の「」が含まれています。
string.punctuation
英語以外の句読点がまったく含まれていないと言われている人がいないことに驚いています。、、!?:ד”〟などを考えています。