Posts by Alexandre FG • 51 points
1 post
-
4
votes3
answers1145
viewsQ: How to remove spaces from a string in Python without also removing line breaks?
I need to remove unnecessary spaces from the strings, but not the break between the lines. I have used the command below, which removes the spaces, but also removes the break with the /n. Does…