python_ref_string_title_2.py:
x
 
txt = "Welcome to my 2nd world"
x = txt.title()
print(x)