다음보다 간단한 방법이 있어야합니다.
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.
"에는 정확히 하나의 문장 부호 문자, 두 번째 ""가 포함됩니다. "
string.punctuation
영어 이외의 구두점을 포함하지 않는 사람은 아무도 없습니다 . 。 ,!? : ד”〟등을 생각하고 있습니다.