Python Forum

Full Version: Specific Breakdown of Title() Method vs. Name
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,

I am just starting to read the Third Edition of Python Crash Course. So far, so good. I am currently running Python 3.12.0 on my MacBook Pro. I am on the topic of Strings. Why do we use the title() method if I noticed I can alter the name = ... with whatever I want and print accordingly?

Thank you.
Please show example code.