Answers for "how to concatenate the values in a string with spaces python"

0

python replace two spaces with one

" ".join(filter(bool, mystring.split(" ")))
Posted by: Guest on July-05-2021

Code answers related to "how to concatenate the values in a string with spaces python"

Python Answers by Framework

Browse Popular Code Answers by Language