in python 3 can we write variable by first letter capital code example
Example: capitalize first letter of each word python
"hello world".title()
'Hello World'
>>> u"hello world".title()
u'Hello World'
"hello world".title()
'Hello World'
>>> u"hello world".title()
u'Hello World'