s = 'abcdefgh'print s[::-1] # think of it as 'reverse'print s[::2] # think of it as skipping by 2
Name (required)
email (will not be published) (required)
Website