What is the output?
text = "hello world" print(text.title())
Hello World
HELLO WORLD
hello world
Hello world