Answers for "python replace double space with single space"

3

replace multiple spaces with single space python

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

reolace double space ti single space in python'

' '.join(mystring.split())
Posted by: Guest on February-01-2021

Code answers related to "python replace double space with single space"

Python Answers by Framework

Browse Popular Code Answers by Language