What is the output of the following code? text = "hello world" print(text.replace("world", "everyone"))