Explain what the following Python code does: phrase = 'hello mommy' print phrase[:4] + phrase[4:] Python Data Structures Language Features Easy