how to delete a white space in ypthon code example Example: python delete white spaces sentence = ' hello apple' sentence.strip() >>> 'hello apple'