Answers for "convert multiple spaces to single space in python"

3

replace multiple spaces with single space python

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

Code answers related to "convert multiple spaces to single space in python"

Python Answers by Framework

Browse Popular Code Answers by Language