String Python

word = "Hello world"
print word[:2] + word[2:]
print word[:3] + word[3:]