python remove withe scpaces code example Example: python delete white spaces sentence = ' hello apple' sentence.strip() >>> 'hello apple'