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