Python ersetzt mehrere Raumläufe durch Räume
' '.join(myString.split())
Index out of bounds
' '.join(myString.split())
" ".join(filter(bool, mystring.split(" ")))