python string remove whitespace and newlines

42

python string remove whitespace and newlines -

' '.join(myString.split())

Comments

Submit
0 Comments