how to remove blanks before text in python code example Example: python delete white spaces sentence = ' hello apple' sentence.strip() >>> 'hello apple'