String Python

begin = 2
end   = 5
word="a long word"
print "word[", begin, ":", end, "]\t\t",
print word[begin:end]