how to remove every other letter from a string python code example Example: how to remove every other letter from a string python >>> 'abcdefg'[::2] 'aceg'