Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

All published worksheets from http://sagenb.org

Views: 168703
Image: ubuntu2004
import string s = "string. With(*&^ Punctuation?" # Sample string print(s.translate(string.maketrans("",""), string.punctuation))
string With Punctuation