whitespace

How do I remove leading whitespace in Python?

How do I remove leading whitespace in Python? Question: I have a text string that starts with a number of spaces, varying between 2 & 4. What is the simplest way to remove the leading whitespace? (ie. remove everything before a certain character?) ” Example” -> “Example” ” Example ” -> “Example ” ” Example” …

Total answers: 7