Answers for "join two strings with space python"

0

python replace two spaces with one

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

Python Answers by Framework

Browse Popular Code Answers by Language