Answers for "python reduce spaces to one"

3

replace multiple spaces with single space python

' '.join(myString.split())
Posted by: Guest on July-11-2020

Python Answers by Framework

Browse Popular Code Answers by Language