python string remove leading whitespaces code example Example: remove trailing and leading spaces in python text = " Hello World " text.strip() # Hello World