String Python

S = 'spam'
print S[1:3], S[1:], S[:-1]     # slicing: extract section