Skip to main content
🔮 Output PredictionPY Python Easy⚡+10 XP

String Methods

What is the output?

Python
text = "hello world"
print(text.title())

🔮 What is the output?