Posts by user26832 • 151 points
1 post
- 
		5 votes4 answers1335 viewsQ: How to use . replace() to remove Python stringsI’m doing a Coursera exercise in Python. In this exercise he asks to build a Python function that takes a string (word) and removes the punctuation symbols. It provides me a list of strings ["'",…