read txt file python and remove white spaces code example Example: python delete white spaces sentence = ' hello apple' sentence.strip() >>> 'hello apple'