ऐसा लगता है कि इससे भी सरल तरीका होना चाहिए:
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
इसमें गैर-अंग्रेजी विराम चिह्न शामिल नहीं है। मैं thinking ,!? “×" "。 के बारे में सोच रहा हूं, और इसी तरह।